diff options
author | Daniel Manrique <roadmr@ubuntu.com> | 2014-06-18 19:12:28 +0000 |
---|---|---|
committer | Daniel Manrique <> | 2014-06-18 19:12:28 +0000 |
commit | c6f27d043dee60eedded3f2b9ed63a2228b25fcb (patch) | |
tree | 0d864aae65acfa5f81644462b992dc9f00aeaf28 | |
parent | a2a7ea72f5c554e285b79d2d3b85a7ea64eef4c2 (diff) | |
parent | dd9341b5736c57111d11fda6e095244d6b8fb8f3 (diff) |
"providers:checkbox: update usb3 testing jobs to use --driver
This is more reliable than checking for a specific threshold. [r=zkrynicki][bug=1331528][author=roadmr]"
-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 |