diff options
author | Daniel Veillard <veillard@redhat.com> | 2006-03-23 15:42:10 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2006-03-23 15:42:10 +0000 |
commit | a21472c0fdbb60b038ad87e8f34fdd04923f3f90 (patch) | |
tree | 0701c6973efbc926a6ec8aa329485d48ac319afd /python/tests | |
parent | * python/tests/create.py: add one more image path (diff) | |
download | libvirt-a21472c0fdbb60b038ad87e8f34fdd04923f3f90.tar.gz libvirt-a21472c0fdbb60b038ad87e8f34fdd04923f3f90.tar.bz2 libvirt-a21472c0fdbb60b038ad87e8f34fdd04923f3f90.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 'python/tests')
-rwxr-xr-x | python/tests/create.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/create.py b/python/tests/create.py index 0c62edb5a..c897741ed 100755 --- a/python/tests/create.py +++ b/python/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()) |