# HG changeset patch # User Keir Fraser # Date 1215081130 -3600 # Node ID d90c5e8d4ac2c547a81d4a464c83a7b8090c1946 # Parent bad432c58f03f0d9355413e10502f81ab87d46ab 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 diff -r bad432c58f03 -r d90c5e8d4ac2 tools/xm-test/tests/security-acm/10_security-acm_pol_update.py --- a/tools/xm-test/tests/security-acm/10_security-acm_pol_update.py Thu Jul 03 11:31:40 2008 +0100 +++ b/tools/xm-test/tests/security-acm/10_security-acm_pol_update.py Thu Jul 03 11:32:10 2008 +0100 @@ -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()