From 506fb7d8868efb4eb24b003b42cce14f9a0b8847 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 29 Mar 2006 13:33:37 +0000 Subject: * python/libvir.c: fixed a bug in the new wrapper * python/tests/Makefile.am python/tests/node.py: added a new test for the new API * python/tests/create.py: remove a debug Daniel --- tests/create.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/create.py') 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()) -- cgit