Skip to content

Commit

Permalink
prod: adrv1crr: another permission fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ramona Alexandra Nechita <[email protected]>
  • Loading branch information
ranechita committed Feb 10, 2022
1 parent 837a51a commit 2a49d57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions adrv1crr/adrv_crr_test/test_usb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ TEST_NAME="TEST_USB_HOST_MODE"
TEST_ID="01"
SHORT_DESC="USB port testing - please plug OTG cable with a connected USB2 flash device"
CMD="OTG_PATH=\$(sudo find /sys -name role | head -n 1) ;"
CMD+="sudo -s;"
CMD+="sudo echo host > \$OTG_PATH ;"
CMD+="echo host | sudo tee \$OTG_PATH ;"
CMD+="wait_enter && lsusb -t | grep -q \"Class=Mass Storage, Driver=usb-storage\""
run_test $TEST_ID "$SHORT_DESC" "$CMD"

Expand Down

0 comments on commit 2a49d57

Please sign in to comment.