[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [XM-TEST] Fixes a parameter to the external tools used
# HG changeset patch # User Keir Fraser <keir@xxxxxxxxxxxxx> # Date 1190291414 -3600 # Node ID 00040cd1b34fc8db00b665e11c07dade80af0507 # Parent 01c329f425a85976166e9be5ef8fbe79731e1ba2 [XM-TEST] Fixes a parameter to the external tools used Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx> --- tools/xm-test/lib/XmTestLib/acm.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 01c329f425a8 -r 00040cd1b34f tools/xm-test/lib/XmTestLib/acm.py --- a/tools/xm-test/lib/XmTestLib/acm.py Thu Sep 20 10:55:24 2007 +0100 +++ b/tools/xm-test/lib/XmTestLib/acm.py Thu Sep 20 13:30:14 2007 +0100 @@ -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, " _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |