]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: vircaps: Remove pointless testing of virCapabilitiesHostNUMAGetCpus
authorPeter Krempa <pkrempa@redhat.com>
Fri, 17 Mar 2023 13:52:28 +0000 (14:52 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 3 Apr 2023 07:19:07 +0000 (09:19 +0200)
commit702620bd6b8062ee9b2d02c9944e4224109c77f5
tree8434ea047e6d8fc8be3efa504db09af744a90d90
parent6ae5d71d38e4fd35f53ae7fa291a58eb9bea4527
tests: vircaps: Remove pointless testing of virCapabilitiesHostNUMAGetCpus

The test case doesn't validate the returned map of cpus, just checks
that it didn't fail. We test the returned value indirectly via
qemuxml2argvtest.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/vircapstest.c