xm-test: Remove a policy reset from acm test case
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 3 Jul 2008 10:32:10 +0000 (11:32 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 3 Jul 2008 10:32:10 +0000 (11:32 +0100)
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>

tools/xm-test/tests/security-acm/10_security-acm_pol_update.py

index 441febbf0102667b5548d44f108b9e150e5eeb0f..b60a62eae2387611ed19e65f9c29f2d9868a2f08 100644 (file)
@@ -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()