Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62183dca authored by Satoru Takeuchi's avatar Satoru Takeuchi Committed by Steven Rostedt
Browse files

ktest: Set CLOSE_CONSOLE_SIGNAL in the kvm.conf

As mentioned at commit 5a5d8e48, we can't terminate 'virsh console'
with the default signal(INT). So it's better to set CLOSE_CONSOLE_SIGNAL
in the kvm.conf.

Link: http://lkml.kernel.org/r/8738jatylb.wl%satoru.takeuchi@gmail.com



Signed-off-by: default avatarSatoru Takeuchi <satoru.takeuchi@gmail.com>
[ Typo fixed by ]
Signed-off-by: default avatarMUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent cfbf8d48
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -10,6 +10,10 @@ MACHINE = Guest
# Use virsh to read the serial console of the guest
# Use virsh to read the serial console of the guest
CONSOLE =  virsh console ${MACHINE}
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  #
# This part is the same as test.conf  #
#*************************************#
#*************************************#