From 99865a4c8db85d0a2fe8af86f5456987ac23ed7b Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 23 Mar 2006 15:42:10 +0000 Subject: * 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 --- tests/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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()) -- cgit