Re: [PATCH 11/13] test/py: net_boot: fix comment

2024-08-29 Thread Ilias Apalodimas
On Wed, 28 Aug 2024 at 15:10, Jerome Forissier wrote: > > If env__pxe_boot_test_skip is not present, it defaults to True not > False. Therefore fix the comment. > > Signed-off-by: Jerome Forissier > --- > test/py/tests/test_net_boot.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[PATCH 11/13] test/py: net_boot: fix comment

2024-08-28 Thread Jerome Forissier
If env__pxe_boot_test_skip is not present, it defaults to True not False. Therefore fix the comment. Signed-off-by: Jerome Forissier --- test/py/tests/test_net_boot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/py/tests/test_net_boot.py b/test/py/tests/test_net_boot