u-boot-2016/test/py/tests
Stephen Warren 7a8f886558 test/py: fix printenv signon message disable code
CONFIG_VERSION_VARIABLE isn't always defined, so we can't simply look up
its value directly, or an exception will occur if it isn't defined.
Instead, we must use .get() to supply a default value if the variable
isn't defined.

Fixes: da37f006e7 ("tests: py: disable main_signon check for printenv cmd")
Acked-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
2016-06-19 09:50:56 -04:00
..
test_000_version.py
test_dfu.py test/py: dfu: wait for USB device to go away at boot 2016-05-06 10:10:53 -04:00
test_env.py test/py: fix printenv signon message disable code 2016-06-19 09:50:56 -04:00
test_help.py
test_hush_if_test.py
test_md.py
test_net.py test/py: Add support for loading image via tftp to specified location 2016-04-11 20:48:22 -04:00
test_sandbox_exit.py
test_shell_basics.py
test_sleep.py
test_ums.py
test_unknown_cmd.py
test_ut.py