mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
qemuxml2argvtest: Modernize negative cputune-* cases
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>
This commit is contained in:
parent
8442645126
commit
a27d3595a8
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user