parent
c75b1b0e5b
commit
c4e09dda0a
@ -1,3 +1,4 @@
|
||||
/os-autoinst-8b5f22e8a84cc12b3ab8b24992fbb601048adc1b.tar.gz
|
||||
/os-autoinst-ff760a31dbdd8a96bd92683bd5ff45633ee149cd.tar.gz
|
||||
/os-autoinst-fe19b0042b53b88b5816511b50665c32459ae7d2.tar.gz
|
||||
/os-autoinst-7a1901d0c122345d80a68a0f1ffbe5ac5e6e6ddd.tar.gz
|
||||
|
@ -1,29 +0,0 @@
|
||||
From 5e04cf7f0e34eaba2884bf70e3f0a93165bad28e Mon Sep 17 00:00:00 2001
|
||||
From: Adam Williamson <awilliam@redhat.com>
|
||||
Date: Mon, 4 Jul 2016 23:48:22 -0700
|
||||
Subject: [PATCH] Stop the vm on signal handler (i.e. during worker cancel)
|
||||
|
||||
This is like:
|
||||
https://github.com/os-autoinst/os-autoinst/pull/524/commits/4d9a31f
|
||||
but without the changes that don't apply to current git master,
|
||||
as a temporary fix for #530 (which we're hitting on Fedora
|
||||
deployments).
|
||||
---
|
||||
isotovideo | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/isotovideo b/isotovideo
|
||||
index fd5aac6..1ced6f1 100755
|
||||
--- a/isotovideo
|
||||
+++ b/isotovideo
|
||||
@@ -85,6 +85,7 @@ sub signalhandler {
|
||||
$autotest::running->fail_if_running();
|
||||
$autotest::running = undef;
|
||||
}
|
||||
+ bmwqemu::stop_vm();
|
||||
if (defined $backend && $backend->{backend_pid}) {
|
||||
diag("$$: killing backend process $backend->{backend_pid}");
|
||||
kill('SIGTERM', $backend->{backend_pid});
|
||||
--
|
||||
2.9.0
|
||||
|
Loading…
Reference in new issue