From ab42c3d04c1850b1684aca61fd394176f585502a Mon Sep 17 00:00:00 2001 From: cvoges12 Date: Wed, 6 Oct 2021 16:31:56 +0000 Subject: [PATCH] Added vars to spice test --- tests/spice.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/spice.sh b/tests/spice.sh index 08bb7ec..20f2501 100755 --- a/tests/spice.sh +++ b/tests/spice.sh @@ -1,5 +1,7 @@ #!/bin/sh +SPICE_PORT=5930 +CHARDEV_ID='spicechannel0' qemu-system-x86_64 \ -enable-kvm \ -daemonize \