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:
@ -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())
|
||||
|
||||
|
Reference in New Issue
Block a user