From 410f9bbd81d5e4d67edc7988842e9c1bf14a20b0 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 18 Jan 2016 15:54:15 +0000 Subject: [PATCH] stop allowing libvirt failures In Feb/Mar 2015 (not long after adding the libvirt tests) we appear to have added test-@@-libvirt@@ to the set of allowed failures in response to some issues with libvirtd crashing. However looking at the history of test-@@-libvirt@@ on all branches both in the COLO and in Cambridge (which was the production instance back then) I don't see any evidence that this issue is still ongoing (which matches my recollection of it having been fixed). Therefore remove the entries allowing libvirt failures. This effectively reverts: 00023a5af6ff allow files: Allow all libvirt test failures on other branches 83b8c8eafb18 allow.all: Do not regard libvirt guest start failures as regressions Signed-off-by: Ian Campbell Acked-by: Ian Jackson --- allow.all | 1 - allow.libvirt | 1 - 2 files changed, 2 deletions(-) delete mode 100644 allow.libvirt diff --git a/allow.all b/allow.all index 8060595..785d0b2 100644 --- a/allow.all +++ b/allow.all @@ -2,7 +2,6 @@ test-@@-rtds@@ build-@@ logs-capture@@ test-@@-pcipt@@ test-@@-qemuu-@@ guest-localmigrate -test-@@-libvirt@@ test-@@-rumpuserxen@@ rumpuserxen-demo-xenstorels/xenstorels test-@@-win7-@@ guest-stop test-@@-rumpuserxen-@@ rumpuserxen-demo-xenstorels/xenstorels.repeat diff --git a/allow.libvirt b/allow.libvirt deleted file mode 100644 index abc7669..0000000 --- a/allow.libvirt +++ /dev/null @@ -1 +0,0 @@ -!test-@@-libvirt@@ -- 2.39.5