[libvirt] [tck PATCH v2 00/13] Make sure all tests pass

Daniel P. Berrangé berrange at redhat.com
Mon May 21 16:46:18 UTC 2018


I went through and fixed every single broken test, so everything should
now pass when run against latest git master.

Daniel P. Berrangé (13):
  scripts: avoid using multicast MAC addresses
  scripts: strip quotes from URI before checking it
  scripts: fix block info test conditions
  scripts: remove testing of 'cow' format
  scripts: portability fixes in checking command output
  scripts: cope with multiple seclabels in live XML
  scripts: switch to using luks encryption with QEMU
  scripts: skip luks test entirely for now
  scripts: fix the various hotplug tests
  scripts: don't abort the entire test harness when libvirtd isn't
    running
  scripts: re-enable save/restore test
  lib: don't re-assign $_
  lib: allow marking the scratch disk as shareable

 lib/Sys/Virt/TCK.pm                           |  6 +++++-
 lib/Sys/Virt/TCK/DomainBuilder.pm             |  7 +++++--
 lib/Sys/Virt/TCK/Hooks.pm                     |  5 ++---
 lib/Sys/Virt/TCK/StorageVolBuilder.pm         | 18 +++++++++++++-----
 scripts/domain/081-unique-id-create.t         |  4 ++--
 scripts/domain/102-broken-save-restore.t      |  3 +--
 scripts/domain/121-block-info.t               |  5 ++---
 scripts/domain/200-disk-hotplug.t             |  4 +++-
 scripts/domain/205-disk-hotplug-ordering.t    |  5 ++++-
 scripts/domain/210-nic-hotplug.t              |  5 ++++-
 scripts/domain/215-nic-hotplug-many.t         | 11 +++++++----
 scripts/hooks/051-daemon-hook.t               |  2 +-
 scripts/hooks/052-domain-hook.t               | 14 +++++++++-----
 scripts/networks/networkApplyTest.sh          |  2 +-
 .../networkxml2hostout/tck-testnet-1.dat      |  2 +-
 .../networkxml2hostout/tck-testnet-2.dat      |  2 +-
 .../networkxml2hostout/tck-testnet-3.dat      |  4 ++--
 scripts/nwfilter/nwfilter2vmtest.sh           |  2 +-
 scripts/nwfilter/nwfilter_concurrent.sh       |  2 +-
 scripts/qemu/100-disk-encryption.t            |  3 +++
 scripts/selinux/100-static-relabel-no.t       |  4 ++--
 scripts/selinux/110-static-relabel-yes.t      |  6 +++---
 scripts/storage/100-create-vol-dir.t          | 19 +------------------
 scripts/storage/200-clone-vol-dir.t           |  4 ++--
 24 files changed, 76 insertions(+), 63 deletions(-)

-- 
2.17.0




More information about the libvir-list mailing list