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

2024-04-30 Thread Tom Rini
On Tue, Apr 30, 2024 at 02:24:55PM +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

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

2024-04-30 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