]> git.ipfire.org Git - people/ms/u-boot.git/commit
test: dm: usb: Update test cases for USB
authorBin Meng <bmeng.cn@gmail.com>
Sun, 1 Oct 2017 13:19:45 +0000 (06:19 -0700)
committerMarek Vasut <marex@denx.de>
Sun, 1 Oct 2017 14:32:51 +0000 (16:32 +0200)
commitf4d4f7d41cec8c8bfe0fc60d13da059839a56671
treee09d2d4d6fc44daf3f8dc44ec5320e88929ba357
parentad56e4b684a97565cdce15c28df1ccff9032d594
test: dm: usb: Update test cases for USB

Now that we have changed to remove all devices under the root hub in
usb_stop(), and corrected the USB emulator select logic, it makes no
sense to do various tests based on 'usb tree' output since the order
of devices is no longer fixed. Remove these USB test cases related
to 'usb tree'.

For the USB remove test, ideally we should remove an emulator device
node from the device tree, but this is so far not working. Change to
test the 'usb stop' only.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
test/dm/usb.c