summaryrefslogtreecommitdiffstats
path: root/tests/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/create.py')
-rwxr-xr-xtests/create.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/create.py b/tests/create.py
index b717db1..cd62928 100755
--- a/tests/create.py
+++ b/tests/create.py
@@ -12,6 +12,7 @@ if not os.access("/proc/xen", os.R_OK):
# Try to provide default OS images paths here, of course non standard
#
osroots = [
+ "/u/fc4-2.img",
"/u/fc4.img",
"/xen/fc4.img",
]
@@ -84,7 +85,7 @@ if dom == None:
print 'Failed to create a test domain'
sys.exit(1)
-print dom
+# print dom
print "Domain: id %d running %s" % (dom.ID(), dom.OSType())