summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJerome Forissier <[email protected]>2024-09-11 11:58:24 +0200
committerTom Rini <[email protected]>2024-09-24 13:41:21 -0600
commita95e99f2df450b75a0239d2872f75f4b1771587b (patch)
tree29bd64ddf664da0151796b757c83dbb93cf80eb7 /test
parent104e890fc0ccac1963b893fb6e4841e688fbda89 (diff)
test/py: net_boot: fix comment
If env__pxe_boot_test_skip is not present, it defaults to True not False. Therefore fix the comment. Signed-off-by: Jerome Forissier <[email protected]> Reviewed-by: Peter Robinson <[email protected]> Reviewed-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'test')
-rw-r--r--test/py/tests/test_net_boot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_net_boot.py b/test/py/tests/test_net_boot.py
index 63309fe82e1..d7d74356928 100644
--- a/test/py/tests/test_net_boot.py
+++ b/test/py/tests/test_net_boot.py
@@ -75,7 +75,7 @@ env__net_pxe_bootable_file = {
'check_pattern': 'ERROR',
}
-# False or omitted if a PXE boot test should be tested.
+# False if a PXE boot test should be tested.
# If PXE boot testing is not possible or desired, set this variable to True.
# For example: If pxe configuration file is not proper to boot
env__pxe_boot_test_skip = False