debuggers.hg
changeset 17996:d90c5e8d4ac2
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>
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>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Thu Jul 03 11:32:10 2008 +0100 (2008-07-03) |
parents | bad432c58f03 |
children | 6ae87b27ccea |
files | tools/xm-test/tests/security-acm/10_security-acm_pol_update.py |
line diff
1.1 --- a/tools/xm-test/tests/security-acm/10_security-acm_pol_update.py Thu Jul 03 11:31:40 2008 +0100 1.2 +++ b/tools/xm-test/tests/security-acm/10_security-acm_pol_update.py Thu Jul 03 11:32:10 2008 +0100 1.3 @@ -297,11 +297,6 @@ except DomainError, e: 1.4 # Stop red domain 1.5 domain_red.destroy() 1.6 1.7 -# reset the policy - should not work 1.8 -s, o = traceCommand('xm resetpolicy') 1.9 -if not s: 1.10 - FAIL("Could reset the policy.") 1.11 - 1.12 # Stop unlabeled domain 1.13 domain_ul.destroy() 1.14