1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-03 08:21:58 +03:00

* 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
This commit is contained in:
Daniel Veillard
2006-03-29 13:33:37 +00:00
parent 300aa2d3f9
commit 506fb7d886
4 changed files with 40 additions and 4 deletions

View File

@ -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())