[U-Boot] [PATCH V2 5/7] test/py: add test of basic shell functionality

Simon Glass sjg at chromium.org
Sat Dec 19 23:24:38 CET 2015


On 2 December 2015 at 15:18, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> 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 at nvidia.com>
> ---
>  test/py/test_shell_basics.py | 35 +++++++++++++++++++++++++++++++++++
>  1 file changed, 35 insertions(+)
>  create mode 100644 test/py/test_shell_basics.py

Reviewed-by: Simon Glass <sjg at chromium.org>

These sorts of tests are very valuable I think.


More information about the U-Boot mailing list