Fathi, if we add that script as a part of the lava-test-shell API call (as `lava-usb-drive`), would it fulfill your needs with this? So you would do something like this in the shell commants of a test definition:
lava-usb-drive /dev/foo
mount /dev/foo1 /whatever
cd /whatever
...
Fathi, if we add that script as a part of the lava-test-shell API call (as `lava-usb-drive`), would it fulfill your needs with this? So you would do something like this in the shell commants of a test definition:
lava-usb-drive /dev/foo
mount /dev/foo1 /whatever
cd /whatever
...
??