From 5c7379ebbe58f8bc5e3a4fef4ee0230cf67c7d76 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 20 Sep 2007 13:30:14 +0100 Subject: [XM-TEST] Fixes a parameter to the external tools used Signed-off-by: Stefan Berger --- tools/xm-test/lib/XmTestLib/acm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xm-test') diff --git a/tools/xm-test/lib/XmTestLib/acm.py b/tools/xm-test/lib/XmTestLib/acm.py index 5456da6453..23564b5096 100644 --- a/tools/xm-test/lib/XmTestLib/acm.py +++ b/tools/xm-test/lib/XmTestLib/acm.py @@ -49,7 +49,7 @@ def ACMLoadPolicy_XenAPI(policy='xm-test'): if polname != policy: # Try it, maybe it's not activated traceCommand("xm setpolicy %s %s" % - (xsconstants.XS_POLICY_ACM, policy)) + (xsconstants.ACM_POLICY_ID, policy)) polname = getSystemPolicyName() if polname != policy: FAIL("Need to have a system with no or policy '%s' active, " -- cgit v1.2.3