diff options
author | Daniel Manrique <roadmr@ubuntu.com> | 2014-06-18 12:03:27 -0400 |
---|---|---|
committer | Daniel Manrique <roadmr@ubuntu.com> | 2014-06-18 12:03:27 -0400 |
commit | dd9341b5736c57111d11fda6e095244d6b8fb8f3 (patch) | |
tree | 8fec447f30c19bd17cf7e8918b195bf20dd52971 /jobs | |
parent | 4a61148cff5e477a64df5e8d9d0d6bf096941d05 (diff) |
providers:checkbox: update usb3 testing jobs to use --driver
Diffstat (limited to 'jobs')
-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 |