summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-03-23 15:42:10 +0000
committerDaniel Veillard <veillard@redhat.com>2006-03-23 15:42:10 +0000
commit99865a4c8db85d0a2fe8af86f5456987ac23ed7b (patch)
tree84a7f21f2b3047d3612ddf3c0892b36edccbf0d3 /tests
parentd2941a3da39e6197232031a2e9ad0919aaa7f934 (diff)
downloadlibvirt-python-split-99865a4c8db85d0a2fe8af86f5456987ac23ed7b.tar.gz
libvirt-python-split-99865a4c8db85d0a2fe8af86f5456987ac23ed7b.tar.xz
libvirt-python-split-99865a4c8db85d0a2fe8af86f5456987ac23ed7b.zip
* src/xs_internal.c src/xs_internal.h include/virterror.h
src/virterror.c: created a new module related to Xen Store accesses * src/libvirt.c src/xen_internal.[ch] src/xend_internal.[ch]: nearly completed the separation of the code from the different modules Daniel
Diffstat (limited to 'tests')
-rwxr-xr-xtests/create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/create.py b/tests/create.py
index 0c62edb..c897741 100755
--- a/tests/create.py
+++ b/tests/create.py
@@ -84,7 +84,7 @@ if dom == None:
print 'Failed to create a test domain'
sys.exit(1)
-# print dom0
+print dom
print "Domain: id %d running %s" % (dom.ID(), dom.OSType())