| Index: client/tests/kvm/tests/iozone_windows.py
 | 
| diff --git a/client/tests/kvm/tests/iozone_windows.py b/client/tests/kvm/tests/iozone_windows.py
 | 
| index febf8982b0b41ef360a05a9531eaafdb31f5587c..a96fdfc2ffeb54a2a4ecc5e516e0657b4d1653c6 100644
 | 
| --- a/client/tests/kvm/tests/iozone_windows.py
 | 
| +++ b/client/tests/kvm/tests/iozone_windows.py
 | 
| @@ -28,8 +28,8 @@ 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(command=c, timeout=t,
 | 
| -                                 print_func=logging.debug)
 | 
| +    results = session.get_command_output(command=c, timeout=t,
 | 
| +                                         print_func=logging.debug)
 | 
|      utils.open_write_close(results_path, results)
 | 
|  
 | 
|      # Postprocess the results using the IOzone postprocessing module
 | 
| 
 |