[libvirt] [PATCH 0/4] tests: qemuxml2argv: More unused files cleanup

Peter Krempa pkrempa at redhat.com
Mon Aug 27 16:09:05 UTC 2018


Cleanup most output files unused by our test suite. See justification in
individual commits.

Peter Krempa (4):
  tests: qemuxml2argv: Remove 'args' files for tests expecting failure
  tests: qemuxml2argv: Make use of 'vram64' QXL device tests
  tests: qemuxml2argv: Remove the 'no-shutdown' test completely
  tests: qemuxml2argv: Remove 'args' for tests only used in xml2xmltest

 .../hugepages-default-1G-nodeset-2M.args           | 25 ----------------
 tests/qemuxml2argvdata/lease.args                  | 23 ---------------
 tests/qemuxml2argvdata/metadata.args               | 22 --------------
 tests/qemuxml2argvdata/no-shutdown.args            | 27 -----------------
 tests/qemuxml2argvdata/no-shutdown.xml             | 24 ---------------
 tests/qemuxml2argvdata/pcihole64-none.args         | 20 -------------
 .../qemuxml2argvdata/video-qxl-device-vram64.args  | 25 ----------------
 .../video-qxl-device-vram64.x86_64-latest.args     | 32 ++++++++++++++++++++
 tests/qemuxml2argvdata/video-qxl-device-vram64.xml |  6 ----
 .../video-qxl-sec-device-vram64.args               | 27 -----------------
 .../video-qxl-sec-device-vram64.x86_64-latest.args | 34 ++++++++++++++++++++++
 .../video-qxl-sec-device-vram64.xml                |  6 ----
 tests/qemuxml2argvtest.c                           |  2 ++
 13 files changed, 68 insertions(+), 205 deletions(-)
 delete mode 100644 tests/qemuxml2argvdata/hugepages-default-1G-nodeset-2M.args
 delete mode 100644 tests/qemuxml2argvdata/lease.args
 delete mode 100644 tests/qemuxml2argvdata/metadata.args
 delete mode 100644 tests/qemuxml2argvdata/no-shutdown.args
 delete mode 100644 tests/qemuxml2argvdata/no-shutdown.xml
 delete mode 100644 tests/qemuxml2argvdata/pcihole64-none.args
 delete mode 100644 tests/qemuxml2argvdata/video-qxl-device-vram64.args
 create mode 100644 tests/qemuxml2argvdata/video-qxl-device-vram64.x86_64-latest.args
 delete mode 100644 tests/qemuxml2argvdata/video-qxl-sec-device-vram64.args
 create mode 100644 tests/qemuxml2argvdata/video-qxl-sec-device-vram64.x86_64-latest.args

-- 
2.16.2




More information about the libvir-list mailing list