|
@@ -10,6 +10,10 @@ MACHINE = Guest
|
|
|
# Use virsh to read the serial console of the guest
|
|
|
CONSOLE = virsh console ${MACHINE}
|
|
|
|
|
|
+# Use SIGKILL to terminate virsh console. We can't kill virsh console
|
|
|
+# by the default signal, SIGINT.
|
|
|
+CLOSE_CONSOLE_SIGNAL = KILL
|
|
|
+
|
|
|
#*************************************#
|
|
|
# This part is the same as test.conf #
|
|
|
#*************************************#
|