Signed-off-by: Lukas Doktor <[email protected]>
---
client/tests/kvm/tests/virtio_console.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/tests/kvm/tests/virtio_console.py
b/client/tests/kvm/tests/virtio_console.py
index 30bdcbf..144aca3 100644
--- a/client/tests/kvm/tests/virtio_console.py
+++ b/client/tests/kvm/tests/virtio_console.py
@@ -826,13 +826,13 @@ def run_virtio_console(test, params, env):
test.do_test(topen, [vm, send_pt] , True)
test.do_test(tclose, [vm, send_pt], True)
- test.do_test(tmulti_open, [vm, send_pt], True)
+ test.do_test(tmulti_open, [vm, send_pt])
test.do_test(tpooling, [vm, send_pt])
test.do_test(tlseek, [vm, send_pt])
test.do_test(trw_host_offline, [vm, send_pt])
test.do_test(trw_nonblocking_mode, [vm, send_pt])
test.do_test(trw_blocking_mode, [vm, send_pt])
- test.do_test(tbasic_loopback, [vm, send_pt, recv_pt], data)
+ test.do_test(tbasic_loopback, [vm, send_pt, recv_pt, data], True)
--
1.7.2.3
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html