Index: root/xen-unstable.hg/tools/xm-test/tests/security-acm/10_security-acm_pol_update.py =================================================================== --- root.orig/xen-unstable.hg/tools/xm-test/tests/security-acm/10_security-acm_pol_update.py +++ root/xen-unstable.hg/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()