]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Delete bogus cpu-host-passthrough test
authorJán Tomko <jtomko@redhat.com>
Fri, 30 Mar 2018 06:05:58 +0000 (08:05 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 10 Apr 2018 10:22:53 +0000 (12:22 +0200)
commitea8ff2eb64a85c57c871d8c1c6159aff91b29ff0
treed3622ad96bfefef8e00c3d9a894afd2292e15f98
parent1ff74d67b11b0d5aa05481bbda9fa14178b6465d
Delete bogus cpu-host-passthrough test

We test the same XML for a type='kvm' domain twice, once with
QEMU_CAPS_KVM (expecting success), once without (expecting failure).

The failure case relies on QEMU_CAPS_MACHINE_OPT not being set,
failing in qemuBuildObsoleteAccelArg.

Checking a domain-type error message in a cpu test is strange.
Delete the negative test to allow assuming QEMU_CAPS_MACHINE_OPT by
default.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
tests/qemuxml2argvtest.c