summaryrefslogtreecommitdiff
diff options
authorDaniel Manrique <roadmr@ubuntu.com>2014-04-26 20:54:48 -0400
committerDaniel Manrique <roadmr@ubuntu.com>2014-04-26 20:54:48 -0400
commitdfac983f781343ae2420ea30a6e7481a9bcabe14 (patch)
treeb0b20a356e00b638532dd4ba7838e172789c76dd
parentdd26885643e389980c13bfcbd85c63e950519291 (diff)
providers:checkbox: removed stray square bracket in qemu-system-arm params
-rwxr-xr-xbin/virtualization2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/virtualization b/bin/virtualization
index 0b294f2..5ad5bbe 100755
--- a/bin/virtualization
+++ b/bin/virtualization
@@ -122,7 +122,7 @@ class KVMTest(object):
if re.match("(arm.*|aarch64)", self.arch):
uname = check_output(['uname', '-r'], universal_newlines=True)
cloud_disk = cloud_disk.replace("virtio", "sd")
- params = ['qemu-system-arm -machine vexpress-a15 -cpu cortex-a15 -enable-kvm -m {} -kernel /boot/vmlinuz -append "console=ttyAMA0 earlyprintk=serial root=/dev/mmcblk0 ro rootfstype=ext4" -serial stdio -dtb /lib/firmware/{}/device-tree/vexpress-v2p-ca15-tc1.dtb -initrd /boot/initrd.img -net nic -net user,net={},host={},hostfwd={} -drive file={},if=sd,cache=writeback {} -display none -nographic'.format("256", uname, netrange, image_ip, hostfwd, data_disk, cloud_disk)
+ params = 'qemu-system-arm -machine vexpress-a15 -cpu cortex-a15 -enable-kvm -m {} -kernel /boot/vmlinuz -append "console=ttyAMA0 earlyprintk=serial root=/dev/mmcblk0 ro rootfstype=ext4" -serial stdio -dtb /lib/firmware/{}/device-tree/vexpress-v2p-ca15-tc1.dtb -initrd /boot/initrd.img -net nic -net user,net={},host={},hostfwd={} -drive file={},if=sd,cache=writeback {} -display none -nographic'.format("256", uname, netrange, image_ip, hostfwd, data_disk, cloud_disk)
else:
params = \
'''