]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuTestDriverInit: Don't autopopulate qemu capabilities when initializing driver
authorPeter Krempa <pkrempa@redhat.com>
Tue, 4 Jul 2023 11:36:21 +0000 (13:36 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 20 Jul 2023 13:23:52 +0000 (15:23 +0200)
commita7f7bfa347a35bbd23f43d335c5f5417f4e10e83
treebf1b8b9db97b937278bdff49a568f84b7f932fc8
parentb1126c46eb98410d8c53290e497d4d3aa09e8ff5
qemuTestDriverInit: Don't autopopulate qemu capabilities when initializing driver

In an effort to use strictly real capability testing all tests were
converted to do insertion of their own capabilities when required, thus
we don't need to popluate the capabilities. This will also promote using
proper capabilities based on what the test is trying to achieve.

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