aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/tests/security-acm/acm_utils.py
blob: 67857fb2d923cbcd9569487fa08d02e4fe78e914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/python

# Copyright (C) International Business Machines Corp., 2006
# Author: Stefan Berger <stefanb@us.ibm.com>

from XmTestLib import *
from XmTestLib.acm import *

testpolicy = "xm-test"
vmconfigfile = "/tmp/xm-test.conf"

if not isACMEnabled():
    SKIP("Not running this test since ACM not enabled.")

ACMSetPolicy(testpolicy)