Multiopen is not critical, basic_loopback is a critical test. Signed-off-by: Lukas Doktor <ldoktor@xxxxxxxxxx> --- 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 a7922b1..a51e309 100644 --- a/client/tests/kvm/tests/virtio_console.py +++ b/client/tests/kvm/tests/virtio_console.py @@ -886,14 +886,14 @@ 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(tsigio, [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.1 -- 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