From 0519c8ec2c618071c6d7a57ff4fa26533fb1916c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 9 Nov 2021 08:44:45 -0800 Subject: [PATCH] Use virtio graphics for server_cockpit_updates test With qxl it hits a weird bug where running startx a second time after snapshot restore tends to crash. This is affecting updates so let's force it to virtio. Hopefully the kernel build with virtio fix will succeed so I can just revert all this messing around soon. Signed-off-by: Adam Williamson --- templates.fif.json | 1 + 1 file changed, 1 insertion(+) diff --git a/templates.fif.json b/templates.fif.json index e0dcc5f6..d13d0900 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -2161,6 +2161,7 @@ "+START_AFTER_TEST": "server_cockpit_default", "BOOTFROM": "c", "POSTINSTALL": "server_cockpit_updates server_cockpit_autoupdate", + "QEMUVGA": "virtio", "ROOT_PASSWORD": "weakpassword", "USER_LOGIN": "false" }