]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2xmltest: Add 'DO_TEST_NOCAPS' to replace 'DO_TEST("blah", NONE);'
authorPeter Krempa <pkrempa@redhat.com>
Tue, 17 Aug 2021 08:35:53 +0000 (10:35 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 18 Aug 2021 08:20:49 +0000 (10:20 +0200)
commit786c097b51ee144083cbee09cca768df675d0b4c
treedc9d9acfde5fc5a8e063f3fbe8ba9d0ab926f54e
parent1c2b04c0ac89bdc5d5e7a35ccce3884f535d2f18
qemuxml2xmltest: Add 'DO_TEST_NOCAPS' to replace 'DO_TEST("blah", NONE);'

Add a explicit version of our test invocation macro for tests which use
no capabilities.

This reduces the usage of the somewhat anonymous 'NONE' macro and will
lead to simplification of the code later.

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