aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/tests/security-acm/acm_utils.py
blob: 29608a38a42aa452e5d7eeb0cff4ca74de1bef43 (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.")

ACMLoadPolicy(testpolicy)