[libvirt] [PATCH 0/5] tests: misc cleanups

Cole Robinson crobinso at redhat.com
Thu Apr 21 17:50:14 UTC 2016


A collection of misc cleanups to the test suite. They apply on top of
my config file fix here:

http://www.redhat.com/archives/libvir-list/2016-April/msg01515.html

Cole Robinson (5):
  tests: build: Remove duplicate libvirtd test list
  tests: consistently name virsh tests with 'virsh-' prefix
  tests: rename test_conf -> virconftest
  tests: consistently source test-lib.sh in scripts
  tests: remove 'reconnect' and 'statstest'

 cfg.mk                                             |   2 +-
 tests/Makefile.am                                  |  64 +++----
 tests/capabilityschematest                         |   3 +-
 tests/domaincapsschematest                         |   3 +-
 tests/domainschematest                             |   3 +-
 tests/domainsnapshotschematest                     |   3 +-
 tests/interfaceschematest                          |   3 +-
 tests/libvirtd-fail                                |   6 +-
 tests/libvirtd-pool                                |   6 +-
 tests/networkschematest                            |   3 +-
 tests/nodedevschematest                            |   3 +-
 tests/nwfilterschematest                           |   3 +-
 tests/reconnect.c                                  |  71 -------
 tests/secretschematest                             |   3 +-
 tests/statstest.c                                  | 210 ---------------------
 tests/storagepoolschematest                        |   3 +-
 tests/storagevolschematest                         |   3 +-
 tests/{confdata => virconfdata}/fc4.conf           |   0
 tests/{confdata => virconfdata}/fc4.out            |   0
 tests/{confdata => virconfdata}/libvirtd.conf      |   0
 tests/{confdata => virconfdata}/libvirtd.out       |   0
 tests/{confdata => virconfdata}/no-newline.conf    |   0
 tests/{confdata => virconfdata}/no-newline.out     |   0
 tests/{test_conf.c => virconftest.c}               |   0
 tests/{test_conf.sh => virconftest.sh}             |   4 +-
 tests/virsh-all                                    |   4 +-
 tests/{cpuset => virsh-cpuset}                     |   6 +-
 ...fine-dev-segfault => virsh-define-dev-segfault} |   6 +-
 tests/{int-overflow => virsh-int-overflow}         |   6 +-
 tests/virsh-optparse                               |   6 +-
 tests/{read-bufsiz => virsh-read-bufsiz}           |   6 +-
 .../{read-non-seekable => virsh-read-non-seekable} |   6 +-
 tests/virsh-schedinfo                              |   6 +-
 tests/{start => virsh-start}                       |   6 +-
 tests/virsh-synopsis                               |   6 +-
 tests/virsh-undefine                               |   6 +-
 tests/virsh-uriprecedence                          |   3 +-
 tests/{vcpupin => virsh-vcpupin}                   |   6 +-
 38 files changed, 49 insertions(+), 420 deletions(-)
 delete mode 100644 tests/reconnect.c
 delete mode 100644 tests/statstest.c
 rename tests/{confdata => virconfdata}/fc4.conf (100%)
 rename tests/{confdata => virconfdata}/fc4.out (100%)
 rename tests/{confdata => virconfdata}/libvirtd.conf (100%)
 rename tests/{confdata => virconfdata}/libvirtd.out (100%)
 rename tests/{confdata => virconfdata}/no-newline.conf (100%)
 rename tests/{confdata => virconfdata}/no-newline.out (100%)
 rename tests/{test_conf.c => virconftest.c} (100%)
 rename tests/{test_conf.sh => virconftest.sh} (88%)
 rename tests/{cpuset => virsh-cpuset} (89%)
 rename tests/{define-dev-segfault => virsh-define-dev-segfault} (90%)
 rename tests/{int-overflow => virsh-int-overflow} (74%)
 rename tests/{read-bufsiz => virsh-read-bufsiz} (90%)
 rename tests/{read-non-seekable => virsh-read-non-seekable} (89%)
 rename tests/{start => virsh-start} (86%)
 rename tests/{vcpupin => virsh-vcpupin} (94%)

-- 
2.7.3




More information about the libvir-list mailing list