diff options
-rw-r--r-- | jobs/suspend.txt.in | 4 | ||||
-rw-r--r-- | jobs/usb.txt.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/jobs/suspend.txt.in b/jobs/suspend.txt.in index b15e8ba..1ff61db 100644 --- a/jobs/suspend.txt.in +++ b/jobs/suspend.txt.in @@ -1718,7 +1718,7 @@ requires: usb.usb3 == 'supported' depends: suspend/usb3_insert_after_suspend user: root -command: removable_storage_test -s 268400000 -m 500000000 -p 7 usb +command: removable_storage_test -s 268400000 -m 500000000 usb --driver xhci_hcd _description: This test is automated and executes after the suspend/usb3_insert_after_suspend test is run. @@ -1741,7 +1741,7 @@ user: root requires: usb.usb3 == 'supported' depends: suspend/suspend_advanced_auto -command: removable_storage_test -l usb && removable_storage_test -s 268400000 -m 500000000 -p 7 usb +command: removable_storage_test -l usb && removable_storage_test -s 268400000 -m 500000000 usb --driver xhci_hcd _description: This is an automated version of usb3/storage-automated and assumes that the server has usb 3.0 storage devices plugged in prior to checkbox execution. It diff --git a/jobs/usb.txt.in b/jobs/usb.txt.in index 2934be9..6437dd7 100644 --- a/jobs/usb.txt.in +++ b/jobs/usb.txt.in @@ -160,7 +160,7 @@ requires: depends: usb3/insert user: root estimated_duration: 45.0 -command: removable_storage_test -s 268400000 -m 500000000 -p 7 usb +command: removable_storage_test -s 268400000 -m 500000000 usb --driver xhci_hcd _description: This test is automated and executes after the usb3/insert test is run. @@ -180,7 +180,7 @@ user: root requires: usb.usb3 == 'supported' estimated_duration: 45.0 -command: removable_storage_test -l usb && removable_storage_test -s 268400000 -m 500000000 -p 7 usb +command: removable_storage_test -l usb && removable_storage_test -s 268400000 -m 500000000 usb --driver xhci_hcd _description: This is an automated version of usb3/storage-automated and assumes that the server has usb 3.0 storage devices plugged in prior to checkbox execution. It |