]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: add test of basic shell functionality
authorStephen Warren <swarren@nvidia.com>
Fri, 15 Jan 2016 18:15:28 +0000 (11:15 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:06:23 +0000 (19:06 -0700)
commit8b86c609b8600c03c72557b7002b490a856902e0
tree3c7f7ec16811ee1a9d5afc1c8775b251ce5c4d5b
parent98cee89b55a561917648196a94be7e80455a9ac9
test/py: add test of basic shell functionality

This tests whether the following features of the U-Boot shell:
- Execution of a directly entered command.
- Compound commands (; delimiter).
- Quoting of arguments containing spaces.
- Executing commands from environment variables.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
test/command_ut.c
test/py/tests/test_shell_basics.py [new file with mode: 0644]