mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
qemuxml2argvtest: Move real-caps versions of cpu-host tests out of the block setting fake host cpu
Make it obvious that the fake cpu does not apply to the test cases based on real capabilities. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
061224892c
commit
ed150afb4e
@ -2120,12 +2120,13 @@ mymain(void)
|
||||
DO_TEST("cpu-Haswell3", QEMU_CAPS_KVM);
|
||||
DO_TEST("cpu-Haswell-noTSX", QEMU_CAPS_KVM);
|
||||
DO_TEST_NOCAPS("cpu-host-model-cmt");
|
||||
DO_TEST_CAPS_VER("cpu-host-model-cmt", "4.0.0");
|
||||
DO_TEST("cpu-tsc-frequency", QEMU_CAPS_KVM);
|
||||
qemuTestSetHostCPU(&driver, driver.hostarch, NULL);
|
||||
|
||||
DO_TEST_CAPS_VER("cpu-host-model-cmt", "4.0.0");
|
||||
DO_TEST_CAPS_VER("cpu-tsc-frequency", "4.0.0");
|
||||
DO_TEST_CAPS_VER("cpu-translation", "4.0.0");
|
||||
DO_TEST_CAPS_LATEST("cpu-translation");
|
||||
qemuTestSetHostCPU(&driver, driver.hostarch, NULL);
|
||||
|
||||
DO_TEST_NOCAPS("memtune");
|
||||
DO_TEST_NOCAPS("memtune-unlimited");
|
||||
|
Loading…
Reference in New Issue
Block a user