]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemuhotplugtest: cpu: x86-modern-individual: Remove invalid test case
authorPeter Krempa <pkrempa@redhat.com>
Thu, 23 Apr 2020 12:31:12 +0000 (14:31 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 27 Apr 2020 06:12:48 +0000 (08:12 +0200)
One of the test cases attempted to use test data meant for modern qemu
without asserting the 'modern' flag. Since that changes the commands
used to query state it won't work with data meant for the modern case.

Remove the invalid test case.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/qemuhotplugtest.c

index 628689d27ad787b47d5e25db227db701ff4f9a58..8afe7f7faa28e44e5e736c4e71f79ba8caa658ab 100644 (file)
@@ -886,7 +886,6 @@ mymain(void)
     DO_TEST_CPU_INDIVIDUAL("x86-modern-individual-add", "7", true, true, false);
     DO_TEST_CPU_INDIVIDUAL("x86-modern-individual-add", "6,7", true, true, true);
     DO_TEST_CPU_INDIVIDUAL("x86-modern-individual-add", "7", false, true, true);
-    DO_TEST_CPU_INDIVIDUAL("x86-modern-individual-add", "7", true, false, true);
 
     DO_TEST_CPU_INDIVIDUAL("ppc64-modern-individual", "16-23", true, true, false);
     DO_TEST_CPU_INDIVIDUAL("ppc64-modern-individual", "16-22", true, true, true);