The old rumpuserxen allow file (which wants to override the global
ignore for the xenstorels.repeat failure) was no longer effective
because the branch name (in the filename) was out of date.  Fix that.

Also no longer ignore one-off xenstorels failures in the primary
branches.  The failure probability seems really very low now.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 allow.all         | 1 -
 allow.rumprun     | 1 +
 allow.rumpuserxen | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)
 create mode 100644 allow.rumprun
 delete mode 100644 allow.rumpuserxen

diff --git a/allow.all b/allow.all
index c4a2854..1e3e378 100644
--- a/allow.all
+++ b/allow.all
@@ -2,6 +2,5 @@ test-@@-rtds@@
 build-@@                        logs-capture@@
 test-@@-pcipt@@
 test-@@-qemuu-@@               guest-localmigrate
-test-@@-rumprun@@              rumprun-demo-xenstorels/xenstorels
 test-@@-win7-@@                        guest-stop
 test-@@-rumprun-@@             rumprun-demo-xenstorels/xenstorels.repeat
diff --git a/allow.rumprun b/allow.rumprun
new file mode 100644
index 0000000..436417b
--- /dev/null
+++ b/allow.rumprun
@@ -0,0 +1 @@
+!test-@@-rumprun-@@            rumprun-demo-xenstorels/xenstorels.repeat
diff --git a/allow.rumpuserxen b/allow.rumpuserxen
deleted file mode 100644
index 436417b..0000000
--- a/allow.rumpuserxen
+++ /dev/null
@@ -1 +0,0 @@
-!test-@@-rumprun-@@            rumprun-demo-xenstorels/xenstorels.repeat
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to