Re: [libvirt] [PATCH 6/9] tests: qemuxml2xml: Use DO_TEST() for most tests

2016-08-04 Thread Andrea Bolognani
On Thu, 2016-08-04 at 13:09 +0200, Ján Tomko wrote: > > +DO_TEST("pci-bridge", > > +QEMU_CAPS_DEVICE_PCI_BRIDGE); > > +DO_TEST("pci-bridge-many-disks", > > +QEMU_CAPS_DEVICE_PCI_BRIDGE); > > +DO_TEST("pci-autoadd-addr", > > +

Re: [libvirt] [PATCH 6/9] tests: qemuxml2xml: Use DO_TEST() for most tests

2016-08-04 Thread Ján Tomko
On Fri, Jul 29, 2016 at 07:46:26PM +0200, Andrea Bolognani wrote: Now that DO_TEST() can be passed capabilities, there is little need to use DO_TEST_FULL() instead of DO_TEST(). --- tests/qemuxml2xmltest.c | 353 ++-- 1 file changed, 158 insertions(+),

[libvirt] [PATCH 6/9] tests: qemuxml2xml: Use DO_TEST() for most tests

2016-07-29 Thread Andrea Bolognani
Now that DO_TEST() can be passed capabilities, there is little need to use DO_TEST_FULL() instead of DO_TEST(). --- tests/qemuxml2xmltest.c | 353 ++-- 1 file changed, 158 insertions(+), 195 deletions(-) diff --git a/tests/qemuxml2xmltest.c