aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2017-11-28 08:47:36 +0000
committerGuillaume Tucker <guillaume.tucker@collabora.com>2018-02-13 16:52:20 +0000
commit8a5c3212d95c49ec4fd5b66e0cb6bd9fb3c3de60 (patch)
treeb46af5b0d92bd7b49a6700c36cf614fb46db7a96 /templates
parent9aee983f171c48b06734686ecc7cfa93809d8548 (diff)
qemu: use virtio in order to be able to run actual tests
In order to be able to run any test beyond plain boot to a prompt on QEMU, i.e. with some LAVA "test" steps, the guestfs interface needs to be set to virtio. Set this for all QEMU boot jobs so that test templates can also inherit from it. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/boot/qemu-generic-boot-template.jinja21
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/boot/qemu-generic-boot-template.jinja2 b/templates/boot/qemu-generic-boot-template.jinja2
index b246509..e3fda92 100644
--- a/templates/boot/qemu-generic-boot-template.jinja2
+++ b/templates/boot/qemu-generic-boot-template.jinja2
@@ -23,6 +23,7 @@
context:
arch: {{ ctx_arch }}
cpu: {{ ctx_cpu }}
+ guestfs_interface: virtio
actions:
- deploy: