u-boot/test/py/tests
Stephen Warren cc156f3fc0 test/py: test the shell if command
Migrate all most tests from command_ut.c into the Python test system.
This allows the tests to be run against any U-Boot binary that supports
the if command (i.e. where hush is enabled) without requiring that
binary to be permanently bloated with the code from command_ut.

Some tests in command_ut.c can only be executed from C code, since they
test internal (more unit-level) features of various U-Boot APIs. The
migrated tests can all operate directly from the U-Boot console.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
2016-01-20 19:06:23 -07:00
..
test_000_version.py test/py: Implement pytest infrastructure 2016-01-20 19:06:23 -07:00
test_env.py test/py: add test of setenv/printenv/echo 2016-01-20 19:06:23 -07:00
test_help.py test/py: Implement pytest infrastructure 2016-01-20 19:06:23 -07:00
test_hush_if_test.py test/py: test the shell if command 2016-01-20 19:06:23 -07:00
test_md.py test/py: test the md/mw commands 2016-01-20 19:06:23 -07:00
test_sandbox_exit.py test/py: test that sandbox exits when asked 2016-01-20 19:06:23 -07:00
test_shell_basics.py test/py: add test of basic shell functionality 2016-01-20 19:06:23 -07:00
test_unknown_cmd.py test/py: Implement pytest infrastructure 2016-01-20 19:06:23 -07:00