[libvirt] [PATCH] libvirt-tck: 052-domain-hook.t - reload after hook cleanup

Mike Latimer mlatimer at suse.com
Thu Mar 6 22:41:01 UTC 2014


Reload libvirtd after hook testing has completed. Otherwise, libvirtd
is still expecting hook test scripts to exist.

---
 scripts/hooks/052-domain-hook.t | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scripts/hooks/052-domain-hook.t b/scripts/hooks/052-domain-hook.t
index 90b8a48..d1070b5 100644
--- a/scripts/hooks/052-domain-hook.t
+++ b/scripts/hooks/052-domain-hook.t
@@ -180,4 +180,8 @@ SKIP: {
          Sys::Virt::Error::ERR_NO_DOMAIN);
 
     $hook->cleanup();
+
+    diag "reload libvirtd after hook cleanup";
+    $hook->action('reload');
+    $hook->service_libvirtd();
 };
-- 
1.8.4.5




More information about the libvir-list mailing list