source: trunk/packages/xen-3.1/xen-3.1/tools/xm-test/tests/security-acm/acm_utils.py @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

  • Property svn:mime-type set to text/script
File size: 344 bytes
Line 
1#!/usr/bin/python
2
3# Copyright (C) International Business Machines Corp., 2006
4# Author: Stefan Berger <stefanb@us.ibm.com>
5
6from XmTestLib import *
7from XmTestLib.acm import *
8
9testpolicy = "xm-test"
10vmconfigfile = "/tmp/xm-test.conf"
11
12if not isACMEnabled():
13    SKIP("Not running this test since ACM not enabled.")
14
15ACMLoadPolicy(testpolicy)
Note: See TracBrowser for help on using the repository browser.