ia64/xen-unstable
changeset 15947:00040cd1b34f
[XM-TEST] Fixes a parameter to the external tools used
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
author | Keir Fraser <keir@xensource.com> |
---|---|
date | Thu Sep 20 13:30:14 2007 +0100 (2007-09-20) |
parents | 01c329f425a8 |
children | 2477e94450aa |
files | tools/xm-test/lib/XmTestLib/acm.py |
line diff
1.1 --- a/tools/xm-test/lib/XmTestLib/acm.py Thu Sep 20 10:55:24 2007 +0100 1.2 +++ b/tools/xm-test/lib/XmTestLib/acm.py Thu Sep 20 13:30:14 2007 +0100 1.3 @@ -49,7 +49,7 @@ def ACMLoadPolicy_XenAPI(policy='xm-test 1.4 if polname != policy: 1.5 # Try it, maybe it's not activated 1.6 traceCommand("xm setpolicy %s %s" % 1.7 - (xsconstants.XS_POLICY_ACM, policy)) 1.8 + (xsconstants.ACM_POLICY_ID, policy)) 1.9 polname = getSystemPolicyName() 1.10 if polname != policy: 1.11 FAIL("Need to have a system with no or policy '%s' active, "