[U-Boot] [PATCH V2 7/7] test/py: test the ums command
Stephen Warren
swarren at wwwdotorg.org
Mon Jan 4 22:19:41 CET 2016
On 12/19/2015 03:24 PM, Simon Glass wrote:
> HI Stephen,
>
> On 2 December 2015 at 15:18, Stephen Warren <swarren at wwwdotorg.org> wrote:
>> From: Stephen Warren <swarren at 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 at 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 at 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.
More information about the U-Boot
mailing list