[libvirt] [PATCH 0/9] tests: Couple of small improvements

Michal Privoznik mprivozn at redhat.com
Mon Aug 12 11:54:16 UTC 2019


*** BLURB HERE ***

Michal Prívozník (9):
  tests: Always put a '\n' after each debug print
  tests: Always put '\n' at the end of VIR_TEST_VERBOSE
  virhashtest: Drop useless new line
  virhostdevtest: Check for integer retval in more verbose way
  virhostdevtest: Drop most of 'cleanup' and 'out' labels
  virhostdevtest: Drop useless VIR_TEST_DEBUG
  virhostdevtest: s/VIR_DEBUG/VIR_TEST_DEBUG/
  virhostdevtest: Reset libvirt error on expected failure
  virhostdevtest: s/virReportError/fprintf/

 tests/bhyveargv2xmltest.c        |   6 +-
 tests/bhyvexml2argvtest.c        |   4 +-
 tests/bhyvexml2xmltest.c         |   2 +-
 tests/cputest.c                  |  16 +--
 tests/qemublocktest.c            |  10 +-
 tests/qemuhotplugtest.c          |  10 +-
 tests/qemumonitorjsontest.c      |   8 +-
 tests/qemuxml2argvtest.c         |   2 +-
 tests/qemuxml2xmltest.c          |   4 +-
 tests/securityselinuxlabeltest.c |   4 +-
 tests/storagepoolxml2argvtest.c  |   8 +-
 tests/testutils.c                |   2 +-
 tests/testutils.h                |   8 +-
 tests/testutilsqemu.c            |  11 +-
 tests/testutilsqemuschema.c      |  10 +-
 tests/utiltest.c                 |  32 ++---
 tests/virbuftest.c               |   8 +-
 tests/virerrortest.c             |  12 +-
 tests/virhashtest.c              |  21 ++-
 tests/virhostcputest.c           |   2 +-
 tests/virhostdevtest.c           | 217 +++++++++++--------------------
 tests/virjsontest.c              |  80 ++++++------
 tests/virlogtest.c               |  14 +-
 tests/virnetdaemontest.c         |   4 +-
 tests/virpcitest.c               |   2 +-
 tests/virresctrltest.c           |   2 +-
 26 files changed, 221 insertions(+), 278 deletions(-)

-- 
2.21.0




More information about the libvir-list mailing list