aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-03 11:32:10 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-03 11:32:10 +0100
commitd2831c8ba98dd73322b2c14f86f66386bdb63d62 (patch)
treeb775019fa34f3b190c7d52fd0c39095cf87ec076 /tools/xm-test
parent8d574cc7725981176ae64b73830a4830b3d8faf4 (diff)
downloadxen-d2831c8ba98dd73322b2c14f86f66386bdb63d62.tar.gz
xen-d2831c8ba98dd73322b2c14f86f66386bdb63d62.tar.bz2
xen-d2831c8ba98dd73322b2c14f86f66386bdb63d62.zip
xm-test: Remove a policy reset from acm test case
Remove the resetting of the policy from this point in the test case since the new default policy has the '__UNLABELED__' label, which is not expected in subsequent checks. Signed-off-by; Stefan Berger <stefanb@us.ibm.com>
Diffstat (limited to 'tools/xm-test')
-rw-r--r--tools/xm-test/tests/security-acm/10_security-acm_pol_update.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/xm-test/tests/security-acm/10_security-acm_pol_update.py b/tools/xm-test/tests/security-acm/10_security-acm_pol_update.py
index 441febbf01..b60a62eae2 100644
--- a/tools/xm-test/tests/security-acm/10_security-acm_pol_update.py
+++ b/tools/xm-test/tests/security-acm/10_security-acm_pol_update.py
@@ -297,11 +297,6 @@ except DomainError, e:
# Stop red domain
domain_red.destroy()
-# reset the policy - should not work
-s, o = traceCommand('xm resetpolicy')
-if not s:
- FAIL("Could reset the policy.")
-
# Stop unlabeled domain
domain_ul.destroy()