summaryrefslogtreecommitdiff
path: root/tests/qemucapabilitiestest.c
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2016-05-10 20:39:11 +0200
committerJiri Denemark <jdenemar@redhat.com>2016-05-16 10:37:29 +0200
commit15225031898686e854d351ac85323476bdc23289 (patch)
treef508e0ceb721f1d6e61543de8c34f2fc76c5fec1 /tests/qemucapabilitiestest.c
parent9ac9b039c49d04afc14015ee7385b1cece1ac85a (diff)
downloadlibvirt-15225031898686e854d351ac85323476bdc23289.tar.gz
qemuaincapstest: Give better names to test data files
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Diffstat (limited to 'tests/qemucapabilitiestest.c')
-rw-r--r--tests/qemucapabilitiestest.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/qemucapabilitiestest.c b/tests/qemucapabilitiestest.c
index 9a5a250e91..058ad8ca50 100644
--- a/tests/qemucapabilitiestest.c
+++ b/tests/qemucapabilitiestest.c
@@ -160,19 +160,19 @@ mymain(void)
ret = -1; \
} while (0)
- DO_TEST("x86_64", "caps_1.2.2-1");
- DO_TEST("x86_64", "caps_1.3.1-1");
- DO_TEST("x86_64", "caps_1.4.2-1");
- DO_TEST("x86_64", "caps_1.5.3-1");
- DO_TEST("x86_64", "caps_1.6.0-1");
- DO_TEST("x86_64", "caps_1.6.50-1");
- DO_TEST("x86_64", "caps_2.1.1-1");
- DO_TEST("x86_64", "caps_2.4.0-1");
- DO_TEST("x86_64", "caps_2.5.0-1");
- DO_TEST("x86_64", "caps_2.6.0-1");
- DO_TEST("aarch64", "caps_2.6.0-1");
- DO_TEST("aarch64", "caps_2.6.0-2");
- DO_TEST("ppc64le", "caps_2.6.0-1");
+ DO_TEST("x86_64", "caps_1.2.2");
+ DO_TEST("x86_64", "caps_1.3.1");
+ DO_TEST("x86_64", "caps_1.4.2");
+ DO_TEST("x86_64", "caps_1.5.3");
+ DO_TEST("x86_64", "caps_1.6.0");
+ DO_TEST("x86_64", "caps_1.6.50");
+ DO_TEST("x86_64", "caps_2.1.1");
+ DO_TEST("x86_64", "caps_2.4.0");
+ DO_TEST("x86_64", "caps_2.5.0");
+ DO_TEST("x86_64", "caps_2.6.0");
+ DO_TEST("aarch64", "caps_2.6.0-gicv2");
+ DO_TEST("aarch64", "caps_2.6.0-gicv3");
+ DO_TEST("ppc64le", "caps_2.6.0");
/*
* Run "tests/qemucapsprobe /path/to/qemu/binary >foo.replies"