summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/create.py b/tests/create.py
index 0da89a9..d2c434e 100755
--- a/tests/create.py
+++ b/tests/create.py
@@ -52,7 +52,7 @@ else:
initrdU = "<initrd>" + initrdU + "</initrd>"
-conn = libvirt.openReadOnly(None)
+conn = libvirt.open(None)
if conn == None:
print 'Failed to open connection to the hypervisor'
sys.exit(1)