]> xenbits.xensource.com Git - libvirt.git/commit
test: match qemu VIR_DOMAIN_DEF_FEATURE* usage
authorCole Robinson <crobinso@redhat.com>
Wed, 17 Apr 2019 14:38:57 +0000 (10:38 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 30 Apr 2019 18:12:21 +0000 (14:12 -0400)
commit6354c651cea766320d7e209e11a54cc66b8b8298
tree661788f583a1deb99a166150bc7fd2a60e6c92c1
parent25c4b016622ef8ea1b9135a5c4d948c38b42260f
test: match qemu VIR_DOMAIN_DEF_FEATURE* usage

Match the XML feature usage of the qemu driver, so the test driver
doesn't reject things like <os firmware='efi'/>.

Particularly VIR_DOMAIN_DEF_FEATURE_NET_MODEL_STRING is needed to
prevent regressions for test suite users with net model strings that
aren't in the virDomainNetModel enum yet

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/test/test_driver.c