| Index: client/tests/kvm/tests/timedrift.py
|
| diff --git a/client/tests/kvm/tests/timedrift.py b/client/tests/kvm/tests/timedrift.py
|
| index e5aa316f484f36650ef1b74d3517c2b2896865a9..a6d307686aaff3a252d368f5026e5ceaca15d372 100644
|
| --- a/client/tests/kvm/tests/timedrift.py
|
| +++ b/client/tests/kvm/tests/timedrift.py
|
| @@ -146,7 +146,7 @@ def run_timedrift(test, params, env):
|
| restore_cpu_affinity(prev_affinity)
|
| # Stop the guest load
|
| if guest_load_stop_command:
|
| - session.cmd_output(guest_load_stop_command)
|
| + session.get_command_output(guest_load_stop_command)
|
| # Close all load shell sessions
|
| for load_session in guest_load_sessions:
|
| load_session.close()
|
|
|