]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test/py: net_boot: fix comment
authorJerome Forissier <jerome.forissier@linaro.org>
Wed, 11 Sep 2024 09:58:24 +0000 (11:58 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 24 Sep 2024 19:41:21 +0000 (13:41 -0600)
If env__pxe_boot_test_skip is not present, it defaults to True not
False. Therefore fix the comment.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
test/py/tests/test_net_boot.py

index 63309fe82e126ec2a2cf3ce4c59aec946b1ae06d..d7d74356928e2a754f26c3cb05f691e706acbcec 100644 (file)
@@ -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