]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: qemuxml2xml: drop early file loading
authorCole Robinson <crobinso@redhat.com>
Fri, 8 Jan 2016 21:41:37 +0000 (16:41 -0500)
committerCole Robinson <crobinso@redhat.com>
Sat, 9 Jan 2016 02:21:34 +0000 (21:21 -0500)
commitf8ce014319b23ce1ee344c715af860c37bb5428c
tree46c5f13a18d5b79008effa4a15dc5b2d68b9495c
parent5770c1707459514c1dbec266472f0da5a1d093c4
tests: qemuxml2xml: drop early file loading

For the standard active/inactive XML testing, if we leave the file loading
up to the generic XML2XML infrastructure, we get the benefit of
VIR_TEST_REGENERATE_OUTPUT, at the price of a few more disk reads. Seems
worth it.
tests/qemuxml2xmltest.c