Re: [PATCH] test/py: net_boot: Add test cases for net boot

2024-01-11 Thread Tom Rini
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 inter

[PATCH] test/py: net_boot: Add test cases for net boot

2024-01-08 Thread Love Kumar
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.