]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Add more tests to qemucaps2xml
authorAndrea Bolognani <abologna@redhat.com>
Thu, 13 Sep 2018 16:28:59 +0000 (18:28 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 17 Sep 2018 12:52:31 +0000 (14:52 +0200)
commita3676f3763625d06778ee14dd6b006b3ba91846a
tree31ecc3adcbf07ee50b4b36a050e34630ffb797f6
parent562990849a9de255b5fefa39be3f301b1bddfa6e
tests: Add more tests to qemucaps2xml

More specifically, everything that's tested by qemucapabilities
now goes through qemucaps2xml as well.

Ideally we'll rewrite both so that listing all test cases is
unnecessary and they get picked up automatically by listing the
contents of the input directory instead, but that's a refactor
for another day :)

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
31 files changed:
tests/qemucapabilitiestest.c
tests/qemucaps2xmloutdata/caps_1.5.3.x86_64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_1.7.0.x86_64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.1.1.x86_64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.10.0.aarch64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.10.0.ppc64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.10.0.s390x.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.10.0.x86_64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.11.0.s390x.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.11.0.x86_64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.12.0.aarch64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.12.0.ppc64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.12.0.s390x.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.12.0.x86_64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.4.0.x86_64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.5.0.x86_64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.6.0.aarch64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.6.0.ppc64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.6.0.x86_64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.7.0.s390x.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.7.0.x86_64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.8.0.s390x.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.8.0.x86_64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.9.0.ppc64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.9.0.s390x.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_2.9.0.x86_64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_3.0.0.ppc64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_3.0.0.riscv32.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_3.0.0.riscv64.xml [new file with mode: 0644]
tests/qemucaps2xmloutdata/caps_3.0.0.x86_64.xml [new file with mode: 0644]
tests/qemucaps2xmltest.c