]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: test the ums command
authorStephen Warren <swarren@nvidia.com>
Fri, 15 Jan 2016 18:15:30 +0000 (11:15 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:06:24 +0000 (19:06 -0700)
commit3045d7f043d440498dc327f160c274d17a633c95
tree7e82c2c743d3c183ddc79ca102988ab6747c3897
parentcc156f3fc0b2a8cb6dbb529ada54ba1a902e2019
test/py: test the ums command

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>
Acked-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_ums.py [new file with mode: 0644]