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 | |
---|
6 | from XmTestLib import * |
---|
7 | from XmTestLib.acm import * |
---|
8 | |
---|
9 | testpolicy = "xm-test" |
---|
10 | vmconfigfile = "/tmp/xm-test.conf" |
---|
11 | |
---|
12 | if not isACMEnabled(): |
---|
13 | SKIP("Not running this test since ACM not enabled.") |
---|
14 | |
---|
15 | ACMLoadPolicy(testpolicy) |
---|
Note: See
TracBrowser
for help on using the repository browser.