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
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-10-11 20:48:55 +0000
3+++ debian/changelog 2012-10-12 08:08:21 +0000
4@@ -7,6 +7,11 @@
5 jobs. Added a _description field to each so that the test cases properly
6 appear in the checkbox UI (LP: #1064189)
7
8+ [Sylvain Pineau]
9+ * jobs/stress.txt.in: stress/sdhc now launches removable_storage_test with
10+ --memorycard. stress/sdhc and stress/usb run with root privileges to mount
11+ all partitions (LP: #1065862)
12+
13 -- Daniel Manrique <roadmr@ubuntu.com> Wed, 10 Oct 2012 09:45:08 -0400
14
15 checkbox (0.14.6) quantal; urgency=low
16
17=== modified file 'jobs/stress.txt.in'
18--- jobs/stress.txt.in 2012-10-09 15:21:35 +0000
19+++ jobs/stress.txt.in 2012-10-12 08:08:21 +0000
20@@ -146,10 +146,12 @@
21
22 plugin: shell
23 name: stress/usb
24+user: root
25 command: removable_storage_test -s 10240000 -c 100 -i 3 usb
26 _description: Runs a test that transfers 100 10MB files 3 times to usb.
27
28 plugin: shell
29 name: stress/sdhc
30-command: removable_storage_test -s 10240000 -c 100 -i 3 sdio scsi
31+user: root
32+command: removable_storage_test -s 10240000 -c 100 -i 3 sdio scsi usb --memorycard
33 _description: Runs a test that transfers 100 10MB files 3 times to a SDHC card.

Subscribers

People subscribed via source and target branches