aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-09-20 13:30:14 +0100
committerKeir Fraser <keir@xensource.com>2007-09-20 13:30:14 +0100
commit5c7379ebbe58f8bc5e3a4fef4ee0230cf67c7d76 (patch)
tree798d321d65efc6d7501fc356b4777dba7df06243 /tools/xm-test
parent170e2f6f59c9d666931dd28e7a65fd32c9b2ff27 (diff)
downloadxen-5c7379ebbe58f8bc5e3a4fef4ee0230cf67c7d76.tar.gz
xen-5c7379ebbe58f8bc5e3a4fef4ee0230cf67c7d76.tar.bz2
xen-5c7379ebbe58f8bc5e3a4fef4ee0230cf67c7d76.zip
[XM-TEST] Fixes a parameter to the external tools used
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Diffstat (limited to 'tools/xm-test')
-rw-r--r--tools/xm-test/lib/XmTestLib/acm.py2
1 files changed, 1 insertions, 1 deletions
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, "