From d2831c8ba98dd73322b2c14f86f66386bdb63d62 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 3 Jul 2008 11:32:10 +0100 Subject: 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 --- tools/xm-test/tests/security-acm/10_security-acm_pol_update.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/xm-test') 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() -- cgit v1.2.3