
11 Jan
2024
11 Jan
'24
4:53 p.m.
On Tue, Jan 09, 2024 at 12:33:36PM +0530, Love Kumar wrote:
Add tests for booting image using tftpboot/pxe boot commands, tftpboot boot case loads the FIT image into DDR and boots using bootm command whereas pxe boot cases downloads the pxe configuration file from the TFTP server and interprets it to boot the images mentioned in the pxe configurations file.
Signed-off-by: Love Kumar love.kumar@amd.com
test/py/tests/test_net_boot.py | 371 +++++++++++++++++++++++++++++++++ 1 file changed, 371 insertions(+) create mode 100644 test/py/tests/test_net_boot.py
Can you expand a little more on how far this test goes? Does it actually get as far as a login prompt or ? Thanks.
--
Tom