summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-02-28 16:27:15 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2014-02-28 16:27:15 +1100
commit03be2a82bd254a62fcd10b0d8a0daf2cc0ca14db (patch)
tree318262ba775686ca00c04908242521bf110d4289
parent58958ba4000b90507ea21ba47939b161633457b3 (diff)
parent62183dcac539a14ed0a820b8392db353d72a7d7e (diff)
Merge remote-tracking branch 'ktest/for-next'
-rw-r--r--tools/testing/ktest/examples/kvm.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/testing/ktest/examples/kvm.conf b/tools/testing/ktest/examples/kvm.conf
index 831c7c5395f1..fbc134f9ac6e 100644
--- a/tools/testing/ktest/examples/kvm.conf
+++ b/tools/testing/ktest/examples/kvm.conf
@@ -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 #
#*************************************#