ia64/xen-unstable
changeset 16565:c3286cb2fc59
xm-test, acm: fixes an API call due to recent changes.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Sat Dec 08 15:47:31 2007 +0000 (2007-12-08) |
parents | 180e4a77e805 |
children | 01c9b2b3118a |
files | tools/xm-test/tests/security-acm/acm_utils.py |
line diff
1.1 --- a/tools/xm-test/tests/security-acm/acm_utils.py Sat Dec 08 15:46:04 2007 +0000 1.2 +++ b/tools/xm-test/tests/security-acm/acm_utils.py Sat Dec 08 15:47:31 2007 +0000 1.3 @@ -12,4 +12,5 @@ vmconfigfile = "/tmp/xm-test.conf" 1.4 if not isACMEnabled(): 1.5 SKIP("Not running this test since ACM not enabled.") 1.6 1.7 -ACMSetPolicy(testpolicy) 1.8 +setCurrentPolicy(testpolicy) 1.9 +ACMSetPolicy()