]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Set capabilities properly for tests
authorJonathon Jongsma <jjongsma@redhat.com>
Fri, 18 Oct 2019 15:30:11 +0000 (10:30 -0500)
committerCole Robinson <crobinso@redhat.com>
Thu, 14 Nov 2019 16:37:50 +0000 (11:37 -0500)
commitb964735609a60f1929eceb9aa96d267bb9edc982
tree33638bc86996cfb133e02ee22b099c9652416c9b
parentc69e6edea30b3852e11607a5969876a472287f75
qemu: Set capabilities properly for tests

Several tests were not specifying the necessary qemu capabilities for
what they were testing. Due to the way that the video devices are
currently validated, this is not causing any problems. But a change to
video device validation in a following patch would have exposed this
issue and resulted in multiple test failures about the domain
configuration not supporting particular video models.

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
tests/qemuhotplugtest.c
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c
tests/securityselinuxlabeltest.c