Merge lp:~sylvain-pineau/checkbox/bug1065862 into lp:checkbox

Proposed by Sylvain Pineau
Status: Merged
Merged at revision: 1774
Proposed branch: lp:~sylvain-pineau/checkbox/bug1065862
Merge into: lp:checkbox
Diff against target: 33 lines (+8/-1)
2 files modified
debian/changelog (+5/-0)
jobs/stress.txt.in (+3/-1)
To merge this branch: bzr merge lp:~sylvain-pineau/checkbox/bug1065862
Reviewer Review Type Date Requested Status
Marc Tardif (community) Approve
Review via email: mp+129363@code.launchpad.net

Commit message

stress/sdhc now launches removable_storage_test with --memorycard.
stress/sdhc and stress/usb run with root privileges to mount all partitions.

Description of the change

stress/sdhc now launches removable_storage_test with --memorycard.
stress/sdhc and stress/usb run with root privileges to mount all partitions.

To post a comment you must log in.
Revision history for this message
Marc Tardif (cr3) wrote :

Looks good, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2012-10-11 20:48:55 +0000
+++ debian/changelog 2012-10-12 08:08:21 +0000
@@ -7,6 +7,11 @@
7 jobs. Added a _description field to each so that the test cases properly7 jobs. Added a _description field to each so that the test cases properly
8 appear in the checkbox UI (LP: #1064189)8 appear in the checkbox UI (LP: #1064189)
99
10 [Sylvain Pineau]
11 * jobs/stress.txt.in: stress/sdhc now launches removable_storage_test with
12 --memorycard. stress/sdhc and stress/usb run with root privileges to mount
13 all partitions (LP: #1065862)
14
10 -- Daniel Manrique <roadmr@ubuntu.com> Wed, 10 Oct 2012 09:45:08 -040015 -- Daniel Manrique <roadmr@ubuntu.com> Wed, 10 Oct 2012 09:45:08 -0400
1116
12checkbox (0.14.6) quantal; urgency=low17checkbox (0.14.6) quantal; urgency=low
1318
=== modified file 'jobs/stress.txt.in'
--- jobs/stress.txt.in 2012-10-09 15:21:35 +0000
+++ jobs/stress.txt.in 2012-10-12 08:08:21 +0000
@@ -146,10 +146,12 @@
146146
147plugin: shell147plugin: shell
148name: stress/usb148name: stress/usb
149user: root
149command: removable_storage_test -s 10240000 -c 100 -i 3 usb150command: removable_storage_test -s 10240000 -c 100 -i 3 usb
150_description: Runs a test that transfers 100 10MB files 3 times to usb.151_description: Runs a test that transfers 100 10MB files 3 times to usb.
151152
152plugin: shell153plugin: shell
153name: stress/sdhc154name: stress/sdhc
154command: removable_storage_test -s 10240000 -c 100 -i 3 sdio scsi155user: root
156command: removable_storage_test -s 10240000 -c 100 -i 3 sdio scsi usb --memorycard
155_description: Runs a test that transfers 100 10MB files 3 times to a SDHC card.157_description: Runs a test that transfers 100 10MB files 3 times to a SDHC card.

Subscribers

People subscribed via source and target branches