|
@@ -328,6 +328,13 @@
|
|
# For a virtual machine with guest name "Guest".
|
|
# For a virtual machine with guest name "Guest".
|
|
#CONSOLE = virsh console Guest
|
|
#CONSOLE = virsh console Guest
|
|
|
|
|
|
|
|
+# Signal to send to kill console.
|
|
|
|
+# ktest.pl will create a child process to monitor the console.
|
|
|
|
+# When the console is finished, ktest will kill the child process
|
|
|
|
+# with this signal.
|
|
|
|
+# (default INT)
|
|
|
|
+#CLOSE_CONSOLE_SIGNAL = HUP
|
|
|
|
+
|
|
# Required version ending to differentiate the test
|
|
# Required version ending to differentiate the test
|
|
# from other linux builds on the system.
|
|
# from other linux builds on the system.
|
|
#LOCALVERSION = -test
|
|
#LOCALVERSION = -test
|