Re: [PATCH v8 22/23] test/py: add HTTP (wget) test for the EFI loader

2024-08-08 Thread Tom Rini
On Thu, Aug 08, 2024 at 03:06:05PM +0200, Jerome Forissier wrote: > > > On 8/7/24 19:57, Tom Rini wrote: > > On Wed, Aug 07, 2024 at 07:12:06PM +0200, Jerome Forissier wrote: > >> Add a test to test_efi_loader.py similar to the TFTP test but for HTTP > >> with the wget command. > >> > >> Suggeste

Re: [PATCH v8 22/23] test/py: add HTTP (wget) test for the EFI loader

2024-08-08 Thread Jerome Forissier
On 8/8/24 18:20, Tom Rini wrote: > On Thu, Aug 08, 2024 at 03:06:05PM +0200, Jerome Forissier wrote: >> >> >> On 8/7/24 19:57, Tom Rini wrote: >>> On Wed, Aug 07, 2024 at 07:12:06PM +0200, Jerome Forissier wrote: Add a test to test_efi_loader.py similar to the TFTP test but for HTTP wi

Re: [PATCH v8 22/23] test/py: add HTTP (wget) test for the EFI loader

2024-08-08 Thread Jerome Forissier
On 8/8/24 17:52, Tom Rini wrote: > On Thu, Aug 08, 2024 at 03:06:05PM +0200, Jerome Forissier wrote: >> >> >> On 8/7/24 19:57, Tom Rini wrote: >>> On Wed, Aug 07, 2024 at 07:12:06PM +0200, Jerome Forissier wrote: Add a test to test_efi_loader.py similar to the TFTP test but for HTTP wi

Re: [PATCH v8 22/23] test/py: add HTTP (wget) test for the EFI loader

2024-08-08 Thread Tom Rini
On Thu, Aug 08, 2024 at 03:06:05PM +0200, Jerome Forissier wrote: > > > On 8/7/24 19:57, Tom Rini wrote: > > On Wed, Aug 07, 2024 at 07:12:06PM +0200, Jerome Forissier wrote: > >> Add a test to test_efi_loader.py similar to the TFTP test but for HTTP > >> with the wget command. > >> > >> Suggeste

Re: [PATCH v8 22/23] test/py: add HTTP (wget) test for the EFI loader

2024-08-08 Thread Jerome Forissier
On 8/7/24 19:52, Tom Rini wrote: > On Wed, Aug 07, 2024 at 07:12:06PM +0200, Jerome Forissier wrote: > >> Add a test to test_efi_loader.py similar to the TFTP test but for HTTP >> with the wget command. >> >> Suggested-by: Tom Rini >> Signed-off-by: Jerome Forissier > [snip] >> +@pytest.mark.

Re: [PATCH v8 22/23] test/py: add HTTP (wget) test for the EFI loader

2024-08-08 Thread Jerome Forissier
On 8/7/24 19:57, Tom Rini wrote: > On Wed, Aug 07, 2024 at 07:12:06PM +0200, Jerome Forissier wrote: >> Add a test to test_efi_loader.py similar to the TFTP test but for HTTP >> with the wget command. >> >> Suggested-by: Tom Rini >> Signed-off-by: Jerome Forissier >> --- >> test/py/tests/test

Re: [PATCH v8 22/23] test/py: add HTTP (wget) test for the EFI loader

2024-08-07 Thread Tom Rini
On Wed, Aug 07, 2024 at 07:12:06PM +0200, Jerome Forissier wrote: > Add a test to test_efi_loader.py similar to the TFTP test but for HTTP > with the wget command. > > Suggested-by: Tom Rini > Signed-off-by: Jerome Forissier > --- > test/py/tests/test_efi_loader.py | 52 +++-

Re: [PATCH v8 22/23] test/py: add HTTP (wget) test for the EFI loader

2024-08-07 Thread Tom Rini
On Wed, Aug 07, 2024 at 07:12:06PM +0200, Jerome Forissier wrote: > Add a test to test_efi_loader.py similar to the TFTP test but for HTTP > with the wget command. > > Suggested-by: Tom Rini > Signed-off-by: Jerome Forissier [snip] > +@pytest.mark.buildconfigspec('of_control') > +@pytest.mark.b