summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2014-04-03 14:13:34 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2014-04-03 14:13:34 +1100
commit1f5db0cb975967a8b904050d7eeac3e05bc89fb3 (patch)
tree6eba4f699f72f72754920387a921341fe42ca61f /tools
parent0783c1fd1eb05312ff948d2f04b3236661300664 (diff)
parent62183dcac539a14ed0a820b8392db353d72a7d7e (diff)
Merge remote-tracking branch 'ktest/for-next'
Diffstat (limited to 'tools')
-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 #
#*************************************#