[U-Boot] [PATCH V3 4/7] test/py: test the md/mw commands
Simon Glass
sjg at chromium.org
Mon Jan 11 16:23:20 CET 2016
On 5 January 2016 at 15:58, 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>
> ---
> 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
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list