
On 12/19/2015 03:24 PM, Simon Glass wrote:
HI Stephen,
On 2 December 2015 at 15:18, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@nvidia.com
This test invokes the "ums" command in U-Boot, and validates that a USB storage device is enumerated on the test host system, and can be read from.
Signed-off-by: Stephen Warren swarren@nvidia.com
test/py/test_ums.py | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 test/py/test_ums.py
Reviewed-by: Simon Glass sjg@chromium.org
Is the intent to replace or augment the existing ums tests?
Eventually replace, although I haven't yet implemented everything that the existing tests do; the existing test does actual disk IO, whereas this test mostly just covers USB device and disk enumeration.