]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: usb: Add tests for USB device
authorLove Kumar <love.kumar@amd.com>
Fri, 19 Jan 2024 14:26:02 +0000 (19:56 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jan 2024 15:31:24 +0000 (10:31 -0500)
commit1c5b6edad381d451462530421b487315d87ae308
treedd7034de76a8420d25a9b7544b8f765cbd3b8a87
parent6c509cab6a0a5dee70ae324ebc983ba34b76ca13
test/py: usb: Add tests for USB device

Add the test cases for usb commands to test its various functionality
such as start, stop, reset, info, tree, storage, dev, part, ls, load,
and save. It also adds different file systems cases such as fat32, ext2
and ext4.

Signed-off-by: Love Kumar <love.kumar@amd.com>
test/py/tests/test_usb.py [new file with mode: 0644]