aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2007-12-08 15:47:31 +0000
committerKeir Fraser <keir.fraser@citrix.com>2007-12-08 15:47:31 +0000
commit8256ad693d45c51133720f17f17f3ca58ffc32fb (patch)
tree50df3a5fe7724c0236789226ee3788a931e2749a /tools/xm-test
parent0d6aee7d684194be380fe1646f971dd87c432501 (diff)
downloadxen-8256ad693d45c51133720f17f17f3ca58ffc32fb.tar.gz
xen-8256ad693d45c51133720f17f17f3ca58ffc32fb.tar.bz2
xen-8256ad693d45c51133720f17f17f3ca58ffc32fb.zip
xm-test, acm: fixes an API call due to recent changes.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Diffstat (limited to 'tools/xm-test')
-rw-r--r--tools/xm-test/tests/security-acm/acm_utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/xm-test/tests/security-acm/acm_utils.py b/tools/xm-test/tests/security-acm/acm_utils.py
index 67857fb2d9..457aa840b3 100644
--- a/tools/xm-test/tests/security-acm/acm_utils.py
+++ b/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()