File disable_qemu-io_check.patch of Package virt-test

--- run	2014-03-06 22:46:05.668844173 +0100
+++ run.patched	2014-03-07 12:28:25.011249518 +0100
@@ -148,8 +148,8 @@
     if not os.path.exists(qemu_img_path):
         qemu_img_path = utils_misc.find_command('qemu-img')
 
-    if not os.path.exists(qemu_io_path):
-        qemu_io_path = utils_misc.find_command('qemu-io')
+#    if not os.path.exists(qemu_io_path):
+#        qemu_io_path = utils_misc.find_command('qemu-io')
 
     return [qemu_bin_path, qemu_img_path, qemu_io_path]
 
--- virttest/utils_misc.py	2014-03-07 12:29:47.551705285 +0100
+++ virttest/utils_misc.py.patched	2014-03-07 12:29:43.134734437 +0100
@@ -1701,7 +1701,7 @@
     if not os.path.isfile(qemu_io_binary_path):
         logging.debug('Could not find params qemu-io in %s, searching the '
                       'host PATH for one to use')
-        qemu_io_binary = find_command('qemu-io')
+#        qemu_io_binary = find_command('qemu-io')
         logging.debug('Found %s', qemu_io_binary)
     else:
         qemu_io_binary = qemu_io_binary_path
openSUSE Build Service is sponsored by