]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: qemuxml2argv: remove some QEMU_CAPS_DEVICE problem cases
authorCole Robinson <crobinso@redhat.com>
Wed, 13 Jan 2016 01:41:49 +0000 (20:41 -0500)
committerCole Robinson <crobinso@redhat.com>
Tue, 9 Feb 2016 18:42:23 +0000 (13:42 -0500)
commite9394d699c091d81edfb24735e69cdee707aabbc
tree52901f00557a76ea3b55b8ca2df7b282124b8cb0
parent73b70b403d3550a471373a1a65b868583d4b4e1a
tests: qemuxml2argv: remove some QEMU_CAPS_DEVICE problem cases

When we unconditionally enable QEMU_CAPS_DEVICE, these tests need
some massaging, so do it ahead of time to not mix it in with the
big test refresh.

- minimal-s390 is not a real world working config, so drop it
- disk-usb was testing for an old code path that will be removed.
  instead use it to test lack of USB disk support, and rename it
  to disk-usb-nosupport. Switch xml2xml to use disk-usb-device for
  input.
- cputune-numatune was needlessly using q35, switch it to an older
  machine type
tests/qemuxml2argvdata/qemuxml2argv-cputune-numatune.args
tests/qemuxml2argvdata/qemuxml2argv-cputune-numatune.xml
tests/qemuxml2argvdata/qemuxml2argv-disk-usb-nosupport.xml [moved from tests/qemuxml2argvdata/qemuxml2argv-disk-usb.xml with 100% similarity]
tests/qemuxml2argvdata/qemuxml2argv-disk-usb.args [deleted file]
tests/qemuxml2argvdata/qemuxml2argv-minimal-s390.args [deleted file]
tests/qemuxml2argvdata/qemuxml2argv-minimal-s390.xml [deleted file]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/qemuxml2xmlout-cputune-numatune.xml
tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-usb-device.xml [moved from tests/qemuxml2xmloutdata/qemuxml2xmlout-disk-usb.xml with 90% similarity]
tests/qemuxml2xmltest.c