Merge lp:~bladernr/checkbox/1167214-test-files-too-big-mmc into lp:checkbox

Proposed by Jeff Lane 
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 2034
Merged at revision: 2036
Proposed branch: lp:~bladernr/checkbox/1167214-test-files-too-big-mmc
Merge into: lp:checkbox
Diff against target: 33 lines (+3/-2)
2 files modified
debian/changelog (+1/-0)
jobs/mediacard.txt.in (+2/-2)
To merge this branch: bzr merge lp:~bladernr/checkbox/1167214-test-files-too-big-mmc
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+158164@code.launchpad.net

Description of the change

reduce the size of generated test file for storage test to 64MB from 256MB for MMC card tests (mmc-storage and mmc-storage-after-suspend)

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

+1

we should really support syntax like 64M so that reviews don't have to include running python to multiply stuff

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 2013-04-09 07:54:55 +0000
3+++ debian/changelog 2013-04-10 16:30:28 +0000
4@@ -12,6 +12,7 @@
5
6 [ Jeff Lane ]
7 * jobs/info.txt.in: fixed bad driver name in audio_codecs job (LP: #1165215)
8+ * jobs/mediacard.txt.in: reduce test file size for MMC to 64MB (LP: #1167214)
9
10 [ Jeff Marcom ]
11 * scripts/virtualization - Fixes issue where console terminal would
12
13=== modified file 'jobs/mediacard.txt.in'
14--- jobs/mediacard.txt.in 2013-03-07 07:46:10 +0000
15+++ jobs/mediacard.txt.in 2013-04-10 16:30:28 +0000
16@@ -17,7 +17,7 @@
17 name: mediacard/mmc-storage
18 depends: mediacard/mmc-insert
19 user: root
20-command: removable_storage_test -s 268400000 --memorycard sdio usb scsi
21+command: removable_storage_test -s 67120000 --memorycard sdio usb scsi
22 _description:
23 This test is automated and executes after the mediacard/mmc-insert
24 test is run. It tests reading and writing to the MMC card.
25@@ -57,7 +57,7 @@
26 name: mediacard/mmc-storage-after-suspend
27 depends: mediacard/mmc-insert-after-suspend
28 user: root
29-command: removable_storage_test -s 268400000 --memorycard sdio usb scsi
30+command: removable_storage_test -s 67120000 --memorycard sdio usb scsi
31 _description:
32 This test is automated and executes after the mediacard/mmc-insert-after-suspend test
33 is run. It tests reading and writing to the MMC card after the system has been suspended.

Subscribers

People subscribed via source and target branches