summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2010-03-23 18:08:13 +0530
committerAmit Shah <amit.shah@redhat.com>2010-03-23 18:08:13 +0530
commit3e99892230d186252a7adedefa31d7e0d844a9cf (patch)
tree3c0d2fbf9f8832d19ca8658e1a94665f735c3f34
parent1eb19e1b1a0b806e21f9a82b58cad8b27ab399f1 (diff)
downloadtest-virtserial-3e99892230d186252a7adedefa31d7e0d844a9cf.tar.gz
test-virtserial-3e99892230d186252a7adedefa31d7e0d844a9cf.tar.xz
test-virtserial-3e99892230d186252a7adedefa31d7e0d844a9cf.zip
auto-test: Don't run the host caching test
The kernel module will gain blocking support for writes where an unopened host port will cause a write on the guest to block. This doesn't play well with the host caching test. And we don't cache data anyway. Signed-off-by: Amit Shah <amit.shah@redhat.com>
-rw-r--r--auto-virtserial.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auto-virtserial.c b/auto-virtserial.c
index bb03ae5..e3f2a81 100644
--- a/auto-virtserial.c
+++ b/auto-virtserial.c
@@ -1221,9 +1221,10 @@ static int start_tests(void)
*/
/* Caching is enabled on this port */
run_test(TEST_H_CACHING, 2);
-#endif
+
/* Caching is not enabled on this port */
run_test(TEST_H_CACHING, 3);
+#endif
/* Sends a big file across, compares sha1sums */
run_test(TEST_H_FILE_SEND, 2);