test/py: test the md/mw commands
authorStephen Warren <swarren@wwwdotorg.org>
Fri, 15 Jan 2016 18:15:27 +0000 (11:15 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:06:23 +0000 (19:06 -0700)
commit98cee89b55a561917648196a94be7e80455a9ac9
tree568f9933945e3b2db1e333a4179e96e84a0884d9
parent5ab097abad7d6d2b6da2d0423b95803950831cc6
test/py: test the md/mw commands

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@wwwdotorg.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
test/cmd_repeat.sh [deleted file]
test/py/tests/test_md.py [new file with mode: 0644]