]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemuxml2argvtest: Modernize negative cputune-* cases
authorPeter Krempa <pkrempa@redhat.com>
Thu, 23 Feb 2023 08:21:41 +0000 (09:21 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 6 Mar 2023 12:22:36 +0000 (13:22 +0100)
Use latest caps for the tests even though the original test case didn't
need any capabilities.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvdata/cputune-iothreadsched-toomuch.x86_64-latest.err [moved from tests/qemuxml2argvdata/cputune-iothreadsched-toomuch.err with 100% similarity]
tests/qemuxml2argvdata/cputune-vcpusched-overlap.x86_64-latest.err [moved from tests/qemuxml2argvdata/cputune-vcpusched-overlap.err with 100% similarity]
tests/qemuxml2argvtest.c

index 00ad9e7333b535c204c17016f2ff6abe9eec8f57..2cd1ef613f773cd96b60f2d09b231084d09f33ba 100644 (file)
@@ -1953,8 +1953,8 @@ mymain(void)
     DO_TEST_NOCAPS("blkiotune-device");
     DO_TEST_CAPS_LATEST("cputune");
     DO_TEST_CAPS_LATEST("cputune-zero-shares");
-    DO_TEST_PARSE_ERROR_NOCAPS("cputune-iothreadsched-toomuch");
-    DO_TEST_PARSE_ERROR_NOCAPS("cputune-vcpusched-overlap");
+    DO_TEST_CAPS_LATEST_PARSE_ERROR("cputune-iothreadsched-toomuch");
+    DO_TEST_CAPS_LATEST_PARSE_ERROR("cputune-vcpusched-overlap");
     DO_TEST_CAPS_LATEST("cputune-numatune");
     DO_TEST_CAPS_LATEST("vcpu-placement-static");
     DO_TEST_CAPS_LATEST("cputune-cpuset-big-id");