aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xm-test/lib
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-02-01 11:42:50 +0000
committerEwan Mellor <ewan@xensource.com>2007-02-01 11:42:50 +0000
commit6880c9f6b778acf031f54fb8f2b44730db085434 (patch)
tree39f08a7777357f88b2c482eb1c13695177a01142 /tools/xm-test/lib
parent9c4ed974a4505b140782688093bc54d750716e38 (diff)
downloadxen-6880c9f6b778acf031f54fb8f2b44730db085434.tar.gz
xen-6880c9f6b778acf031f54fb8f2b44730db085434.tar.bz2
xen-6880c9f6b778acf031f54fb8f2b44730db085434.zip
Copy the definition of DOM0_UUID into XenDomain so that we don't need to import
large swathes of the server to run the Xen-API tests. Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/xm-test/lib')
-rw-r--r--tools/xm-test/lib/XmTestLib/XenDomain.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/xm-test/lib/XmTestLib/XenDomain.py b/tools/xm-test/lib/XmTestLib/XenDomain.py
index 3fcfcea4f1..09d6f4c764 100644
--- a/tools/xm-test/lib/XmTestLib/XenDomain.py
+++ b/tools/xm-test/lib/XmTestLib/XenDomain.py
@@ -33,6 +33,9 @@ from DomainTracking import *
from acm import *
+DOM0_UUID = "00000000-0000-0000-0000-000000000000"
+
+
def getDefaultKernel():
return arch.getDefaultKernel()