Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- client/virt/tests/iozone_windows.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/client/virt/tests/iozone_windows.py b/client/virt/tests/iozone_windows.py index 4046106..b4779c6 100644 --- a/client/virt/tests/iozone_windows.py +++ b/client/virt/tests/iozone_windows.py @@ -27,7 +27,7 @@ def run_iozone_windows(test, params, env): c = params.get("iozone_cmd") t = int(params.get("iozone_timeout")) logging.info("Running IOzone command on guest, timeout %ss", t) - results = session.cmd_output(cmd=c, timeout=t, print_func=logging.debug) + results = session.cmd_output(cmd=c, timeout=t) utils.open_write_close(results_path, results) # Postprocess the results using the IOzone postprocessing module -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html