# @name USB w/r test using existing FS
# @desc USB device write/read test with with whatever fs in drive
# @requires usb/host || usbxhci/host 
# @setup_requires usbhostmsc

USBHOST_S_FUNC_DD_RW_10M source "common.sh"; do_cmd install_modules.sh "usb"; do_cmd blk_device_dd_readwrite_test.sh -b "1M" -c "10" -d "usb"

USBHOST_M_FUNC_DD_RW_100M source "common.sh"; do_cmd install_modules.sh "usb"; do_cmd blk_device_dd_readwrite_test.sh -b "10M" -c "10" -d "usb" -l "5"
