]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: net: Add a test for 'pxe get' command
authorLove Kumar <love.kumar@amd.com>
Tue, 3 Oct 2023 13:12:46 +0000 (18:42 +0530)
committerMichal Simek <michal.simek@amd.com>
Tue, 10 Oct 2023 12:57:29 +0000 (14:57 +0200)
commit7a82bfff5ea7089905dff14e65436d23c1e5adc4
tree3b7e0f779bdb1a49aa5e73da15b458c6c97aec64
parent950fc4a58b236b8986893a660e799a06024e5eee
test/py: net: Add a test for 'pxe get' command

Execute the 'pxe get' command to download a pxe configuration file from
the TFTP server and validate its interpretation.

Signed-off-by: Love Kumar <love.kumar@amd.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Link: https://lore.kernel.org/r/b5d263cf61282b158052ba87bde1fb4a227c0bb7.1696338593.git.love.kumar@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
test/py/tests/test_net.py