[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xm-test, acm: fixes an API call due to recent changes.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1197128851 0 # Node ID c3286cb2fc595f9cf4ada11245a96a3b077167bc # Parent 180e4a77e805c0a0b280e3b30d960f2feac2926d xm-test, acm: fixes an API call due to recent changes. Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx> --- tools/xm-test/tests/security-acm/acm_utils.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -r 180e4a77e805 -r c3286cb2fc59 tools/xm-test/tests/security-acm/acm_utils.py --- a/tools/xm-test/tests/security-acm/acm_utils.py Sat Dec 08 15:46:04 2007 +0000 +++ b/tools/xm-test/tests/security-acm/acm_utils.py Sat Dec 08 15:47:31 2007 +0000 @@ -12,4 +12,5 @@ if not isACMEnabled(): if not isACMEnabled(): SKIP("Not running this test since ACM not enabled.") -ACMSetPolicy(testpolicy) +setCurrentPolicy(testpolicy) +ACMSetPolicy() _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |