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

Simon Glass sjg at chromium.org
Tue Jan 19 04:28:39 CET 2016


On 15 January 2016 at 11:15, 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>
> Acked-by: Simon Glass <sjg at chromium.org>
> ---
> v4:
> - No changes.
>
> v3:
> - Move test scripts into a sub-directory.
>   Suggested by Michal Simek.
> - s/uboot/u[-_]boot/g. Suggested by Simon Glass.
> - s/"/'/g. Suggested by Simon Glass.
> - Add more documentation. Suggested by Simon Glass.
> - Move relevant edits to command_ut.c into this patch from a later one.
>   Suggested by Simon Glass.
> ---
>  test/command_ut.c                  | 16 ---------------
>  test/py/tests/test_shell_basics.py | 42 ++++++++++++++++++++++++++++++++++++++
>  2 files changed, 42 insertions(+), 16 deletions(-)
>  create mode 100644 test/py/tests/test_shell_basics.py

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list