[libvirt] [PATCH 0/3] Fix gluster volume lookup of multiple volumes

Peter Krempa pkrempa at redhat.com
Wed Mar 29 13:23:37 UTC 2017


Fix the broken XPath and add tests.

Peter Krempa (3):
  storage: util: Split out the gluster volume extraction code into new
    function
  test: Introduce testing of virStorageUtilGlusterExtractPoolSources
  storage: Fix XPath for looking up gluster volume name

 src/storage/storage_util.c                         |  93 +++++++++++--------
 src/storage/storage_util.h                         |   4 +
 tests/Makefile.am                                  |  15 ++-
 .../virstorageutildata/gluster-parse-basic-dst.xml |   6 ++
 .../virstorageutildata/gluster-parse-basic-src.xml |  47 ++++++++++
 .../gluster-parse-multivol-dst.xml                 |  14 +++
 .../gluster-parse-multivol-src.xml                 |  32 +++++++
 tests/virstorageutiltest.c                         | 103 +++++++++++++++++++++
 8 files changed, 272 insertions(+), 42 deletions(-)
 create mode 100644 tests/virstorageutildata/gluster-parse-basic-dst.xml
 create mode 100644 tests/virstorageutildata/gluster-parse-basic-src.xml
 create mode 100644 tests/virstorageutildata/gluster-parse-multivol-dst.xml
 create mode 100644 tests/virstorageutildata/gluster-parse-multivol-src.xml
 create mode 100644 tests/virstorageutiltest.c

-- 
2.12.1




More information about the libvir-list mailing list