aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2010-08-23 15:43:51 +0200
committerJiri Denemark <jdenemar@redhat.com>2010-08-24 10:10:16 +0200
commitbb6543aaa4e3d09fdede7f308f2c8808a8558921 (patch)
tree4e1ba4e85a4b0d7f83dab9f54d5a78272a7bfdb1 /tests/xmconfigtest.c
parentxml2sexprtest: Remove graphics from unrelated tests (diff)
downloadlibvirt-bb6543aaa4e3d09fdede7f308f2c8808a8558921.tar.gz
libvirt-bb6543aaa4e3d09fdede7f308f2c8808a8558921.tar.bz2
libvirt-bb6543aaa4e3d09fdede7f308f2c8808a8558921.zip
xen tests: Fix PV-VFB tests with RHEL-5 API
RHEL-5 Xen doesn't support the old style vnc configuration. In sexpr, we can't really check it with rhel5-api turned on. However, for XM configuration files it's sufficient to use cfg version 1 instead of 2.
Diffstat (limited to 'tests/xmconfigtest.c')
-rw-r--r--tests/xmconfigtest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/xmconfigtest.c b/tests/xmconfigtest.c
index a199c7297..221b32245 100644
--- a/tests/xmconfigtest.c
+++ b/tests/xmconfigtest.c
@@ -204,8 +204,8 @@ mymain(int argc, char **argv)
ret = -1; \
} while (0)
- DO_TEST("paravirt-old-pvfb", 2);
- DO_TEST("paravirt-old-pvfb-vncdisplay", 2);
+ DO_TEST("paravirt-old-pvfb", 1);
+ DO_TEST("paravirt-old-pvfb-vncdisplay", 1);
DO_TEST("paravirt-new-pvfb", 3);
DO_TEST("paravirt-new-pvfb-vncdisplay", 3);
DO_TEST("paravirt-net-e1000", 3);