qemuxml2argvtest: Use other bus capability for 'non-x86_64-timer-error' case

Give the test QEMU_CAPS_CCW instead of QEMU_CAPS_VIRTIO_S390 since the
latter can never be asserted any more. This preserves what the tests
wants to check so that QEMU_CAPS_VIRTIO_S390 can be removed.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2021-06-11 14:50:01 +02:00
parent dde77d1cf6
commit 6a6b28c812

View File

@ -1345,8 +1345,7 @@ mymain(void)
QEMU_CAPS_DEVICE_ZPCI, QEMU_CAPS_DEVICE_ZPCI,
QEMU_CAPS_CCW, QEMU_CAPS_CCW,
QEMU_CAPS_VIRTIO_S390); QEMU_CAPS_VIRTIO_S390);
DO_TEST_PARSE_ERROR("non-x86_64-timer-error", DO_TEST_PARSE_ERROR("non-x86_64-timer-error", QEMU_CAPS_CCW);
QEMU_CAPS_VIRTIO_S390);
DO_TEST("disk-order", QEMU_CAPS_VIRTIO_BLK_SCSI); DO_TEST("disk-order", QEMU_CAPS_VIRTIO_BLK_SCSI);
DO_TEST("disk-virtio-queues", DO_TEST("disk-virtio-queues",
QEMU_CAPS_VIRTIO_BLK_NUM_QUEUES); QEMU_CAPS_VIRTIO_BLK_NUM_QUEUES);