[U-Boot] [PATCH V4 4/8] test/py: test the md/mw commands
Simon Glass
sjg at chromium.org
Tue Jan 19 04:28:37 CET 2016
On 15 January 2016 at 11:15, Stephen Warren <swarren at wwwdotorg.org> wrote:
> This tests whether md/mw work, and affect each-other.
>
> Command repeat is also tested.
>
> test/cmd_repeat.sh is removed, since the new Python-based test does
> everything it used to.
>
> Signed-off-by: Stephen Warren <swarren at wwwdotorg.org>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> Acked-by: Simon Glass <sjg at chromium.org>
> ---
> v4:
> - No changes.
>
> v3:
> - Add extra mw during md test to account for the possibility that the
> test's write data may already be present in RAM.
> Suggested by Michal Simek.
> - 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.
> ---
> test/cmd_repeat.sh | 29 -----------------------------
> test/py/tests/test_md.py | 36 ++++++++++++++++++++++++++++++++++++
> 2 files changed, 36 insertions(+), 29 deletions(-)
> delete mode 100755 test/cmd_repeat.sh
> create mode 100644 test/py/tests/test_md.py
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list