Merge lp:~roadmr/checkbox/1331528-usb3 into lp:checkbox

Proposed by Daniel Manrique
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 3083
Merged at revision: 3085
Proposed branch: lp:~roadmr/checkbox/1331528-usb3
Merge into: lp:checkbox
Diff against target: 43 lines (+4/-4)
2 files modified
providers/plainbox-provider-checkbox/jobs/suspend.txt.in (+2/-2)
providers/plainbox-provider-checkbox/jobs/usb.txt.in (+2/-2)
To merge this branch: bzr merge lp:~roadmr/checkbox/1331528-usb3
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+223602@code.launchpad.net

Commit message

providers:checkbox: update usb3 testing jobs to use --driver

This is more reliable than checking for a specific threshold.

Description of the change

providers:checkbox: update usb3 testing jobs to use --driver

This is more reliable than checking for a specific threshold.

To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'providers/plainbox-provider-checkbox/jobs/suspend.txt.in'
--- providers/plainbox-provider-checkbox/jobs/suspend.txt.in 2014-06-17 02:52:25 +0000
+++ providers/plainbox-provider-checkbox/jobs/suspend.txt.in 2014-06-18 16:04:38 +0000
@@ -1718,7 +1718,7 @@
1718 usb.usb3 == 'supported'1718 usb.usb3 == 'supported'
1719depends: suspend/usb3_insert_after_suspend1719depends: suspend/usb3_insert_after_suspend
1720user: root1720user: root
1721command: removable_storage_test -s 268400000 -m 500000000 -p 7 usb1721command: removable_storage_test -s 268400000 -m 500000000 usb --driver xhci_hcd
1722_description:1722_description:
1723 This test is automated and executes after the suspend/usb3_insert_after_suspend1723 This test is automated and executes after the suspend/usb3_insert_after_suspend
1724 test is run.1724 test is run.
@@ -1741,7 +1741,7 @@
1741requires:1741requires:
1742 usb.usb3 == 'supported'1742 usb.usb3 == 'supported'
1743depends: suspend/suspend_advanced_auto1743depends: suspend/suspend_advanced_auto
1744command: removable_storage_test -l usb && removable_storage_test -s 268400000 -m 500000000 -p 7 usb1744command: removable_storage_test -l usb && removable_storage_test -s 268400000 -m 500000000 usb --driver xhci_hcd
1745_description:1745_description:
1746 This is an automated version of usb3/storage-automated and assumes that the1746 This is an automated version of usb3/storage-automated and assumes that the
1747 server has usb 3.0 storage devices plugged in prior to checkbox execution. It1747 server has usb 3.0 storage devices plugged in prior to checkbox execution. It
17481748
=== modified file 'providers/plainbox-provider-checkbox/jobs/usb.txt.in'
--- providers/plainbox-provider-checkbox/jobs/usb.txt.in 2014-05-09 16:53:32 +0000
+++ providers/plainbox-provider-checkbox/jobs/usb.txt.in 2014-06-18 16:04:38 +0000
@@ -160,7 +160,7 @@
160depends: usb3/insert160depends: usb3/insert
161user: root161user: root
162estimated_duration: 45.0162estimated_duration: 45.0
163command: removable_storage_test -s 268400000 -m 500000000 -p 7 usb163command: removable_storage_test -s 268400000 -m 500000000 usb --driver xhci_hcd
164_description:164_description:
165 This test is automated and executes after the usb3/insert test is run.165 This test is automated and executes after the usb3/insert test is run.
166166
@@ -180,7 +180,7 @@
180requires:180requires:
181 usb.usb3 == 'supported'181 usb.usb3 == 'supported'
182estimated_duration: 45.0182estimated_duration: 45.0
183command: removable_storage_test -l usb && removable_storage_test -s 268400000 -m 500000000 -p 7 usb183command: removable_storage_test -l usb && removable_storage_test -s 268400000 -m 500000000 usb --driver xhci_hcd
184_description:184_description:
185 This is an automated version of usb3/storage-automated and assumes that the185 This is an automated version of usb3/storage-automated and assumes that the
186 server has usb 3.0 storage devices plugged in prior to checkbox execution. It186 server has usb 3.0 storage devices plugged in prior to checkbox execution. It

Subscribers

People subscribed via source and target branches