Index: root/xen-unstable.hg/tools/xm-test/tests/security-acm/acm_utils.py =================================================================== --- root.orig/xen-unstable.hg/tools/xm-test/tests/security-acm/acm_utils.py +++ root/xen-unstable.hg/tools/xm-test/tests/security-acm/acm_utils.py @@ -12,4 +12,5 @@ vmconfigfile = "/tmp/xm-test.conf" if not isACMEnabled(): SKIP("Not running this test since ACM not enabled.") -ACMSetPolicy(testpolicy) +setCurrentPolicy(testpolicy) +ACMSetPolicy()