Merge lp:~bladernr/checkbox/change-virt-test-ram into lp:checkbox

Proposed by Jeff Lane 
Status: Merged
Approved by: Po-Hsu Lin
Approved revision: 4317
Merged at revision: 4317
Proposed branch: lp:~bladernr/checkbox/change-virt-test-ram
Merge into: lp:checkbox
Diff against target: 12 lines (+1/-1)
1 file modified
providers/plainbox-provider-checkbox/bin/virtualization (+1/-1)
To merge this branch: bzr merge lp:~bladernr/checkbox/change-virt-test-ram
Reviewer Review Type Date Requested Status
Po-Hsu Lin Approve
Review via email: mp+292434@code.launchpad.net

Description of the change

changes the virtualization script so that it creates a VM with 1GB RAM instead of 256MB. Recent kernels need more than 256MB to boot and because of this limit the tests are failing on non-x86 architectures.

To post a comment you must log in.
Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Looking good, thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'providers/plainbox-provider-checkbox/bin/virtualization'
2--- providers/plainbox-provider-checkbox/bin/virtualization 2016-04-13 21:28:51 +0000
3+++ providers/plainbox-provider-checkbox/bin/virtualization 2016-04-20 18:55:17 +0000
4@@ -126,7 +126,7 @@
5 # Parameters common to all architectures
6 self.params = [
7 self.config['qemu_bin'],
8- "-m", "256",
9+ "-m", "1024",
10 "-display", "none",
11 "-nographic",
12 "-net", "nic",

Subscribers

People subscribed via source and target branches