[libvirt] [PATCH 0/8] tests: Improve QEMU capability testing

Andrea Bolognani posted 8 patches 5 years, 1 month ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190307154437.1405-1-abologna@redhat.com
tests/Makefile.am            |   1 +
tests/qemucapabilitiestest.c | 123 ++++++++++++++++++-----------------
tests/qemucaps2xmltest.c     | 104 ++++++++++++++---------------
tests/testutilsqemu.c        |  53 +++++++++++++++
tests/testutilsqemu.h        |   8 +++
5 files changed, 179 insertions(+), 110 deletions(-)
[libvirt] [PATCH 0/8] tests: Improve QEMU capability testing
Posted by Andrea Bolognani 5 years, 1 month ago
This series removes the need to fiddle with test programs every
time a new .replies file is added to the test suite, and also
completely removes the possibility of missing on some test
coverage because only one of the two test programs is updated.

Andrea Bolognani (8):
  tests: Introduce testQemuDataInit() and testQemuDataReset()
  tests: Move ret into testQemuData
  tests: Move data directories into testQemuData
  tests: Use virAsprintf() to build titles
  tests: Move code from DO_TEST() to doCapsTest()
  tests: Add testutilsqemu dependency for qemucaps2xmltest
  tests: Introduce testQemuCapsIterate()
  tests: Use testQemuCapsIterate()

 tests/Makefile.am            |   1 +
 tests/qemucapabilitiestest.c | 123 ++++++++++++++++++-----------------
 tests/qemucaps2xmltest.c     | 104 ++++++++++++++---------------
 tests/testutilsqemu.c        |  53 +++++++++++++++
 tests/testutilsqemu.h        |   8 +++
 5 files changed, 179 insertions(+), 110 deletions(-)

-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list