From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 4 Jan 2016 14:19:41 -0700 Subject: [U-Boot] [PATCH V2 7/7] test/py: test the ums command In-Reply-To: References: <1449094708-14784-1-git-send-email-swarren@wwwdotorg.org> <1449094708-14784-7-git-send-email-swarren@wwwdotorg.org> Message-ID: <568AE1ED.70808@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/19/2015 03:24 PM, Simon Glass wrote: > HI Stephen, > > On 2 December 2015 at 15:18, Stephen Warren wrote: >> From: Stephen Warren >> >> 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 >> --- >> test/py/test_ums.py | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 75 insertions(+) >> create mode 100644 test/py/test_ums.py > > Reviewed-by: Simon Glass > > 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.