summaryrefslogtreecommitdiffstats
path: root/tests/create.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-03-29 13:33:37 +0000
committerDaniel Veillard <veillard@redhat.com>2006-03-29 13:33:37 +0000
commit506fb7d8868efb4eb24b003b42cce14f9a0b8847 (patch)
tree4aabd4da6e9e3503943fca4386be4677031eddaa /tests/create.py
parent300aa2d3f92c981cd8df9ccc0546b93251d796cf (diff)
downloadlibvirt-python-split-506fb7d8868efb4eb24b003b42cce14f9a0b8847.tar.gz
libvirt-python-split-506fb7d8868efb4eb24b003b42cce14f9a0b8847.tar.xz
libvirt-python-split-506fb7d8868efb4eb24b003b42cce14f9a0b8847.zip
* python/libvir.c: fixed a bug in the new wrapperv0.1.1v0.1.0
* python/tests/Makefile.am python/tests/node.py: added a new test for the new API * python/tests/create.py: remove a debug Daniel
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())