summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2010-10-20 16:43:06 +0530
committerAmit Shah <amit.shah@redhat.com>2010-10-20 16:43:06 +0530
commit6633c3cd8a85e484e9a38420efec13d4a2813d78 (patch)
treeca024837b88cea49ceb739ca14e7f3fad629661a
parente5cbe2be47ca7cf5fce86da694869fc8e922d41c (diff)
downloadtest-virtserial-6633c3cd8a85e484e9a38420efec13d4a2813d78.tar.gz
test-virtserial-6633c3cd8a85e484e9a38420efec13d4a2813d78.tar.xz
test-virtserial-6633c3cd8a85e484e9a38420efec13d4a2813d78.zip
auto-test: Disable blocking and nonblocking write flood tests
These tests need qemu enhancements not yet upstream to work. They'll be enabled when the changes land in qemu.git. Signed-off-by: Amit Shah <amit.shah@redhat.com>
-rw-r--r--auto-virtserial.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto-virtserial.c b/auto-virtserial.c
index df0efd6..03c3090 100644
--- a/auto-virtserial.c
+++ b/auto-virtserial.c
@@ -1670,11 +1670,13 @@ static int start_tests(void)
if (ret)
return ret;
+#if 0
ret = run_test(TEST_BLOCKING_WRITE, 2);
if (ret)
return ret;
run_test(TEST_NONBLOCK_WRITE, 2);
+#endif
run_test(TEST_POLL, 2);