]> git.ipfire.org Git - thirdparty/libvirt.git/commit
test: Introduce testing of virStorageUtilGlusterExtractPoolSources
authorPeter Krempa <pkrempa@redhat.com>
Tue, 28 Mar 2017 15:23:37 +0000 (17:23 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 4 Apr 2017 14:36:10 +0000 (16:36 +0200)
commit69cc49867665c48cb22093e1be4fd23c946e1d3d
tree7dab8b215c794454d294b1786f747bd687da19cd
parente238bfa6d409c0c5ee0a5eb3e886ca7420da3786
test: Introduce testing of virStorageUtilGlusterExtractPoolSources

Add a test program called virstorageutiltest and test the gluster pool
detection code.
tests/Makefile.am
tests/virstorageutildata/gluster-parse-basic-native.xml [new file with mode: 0644]
tests/virstorageutildata/gluster-parse-basic-netfs.xml [new file with mode: 0644]
tests/virstorageutildata/gluster-parse-basic-src.xml [new file with mode: 0644]
tests/virstorageutiltest.c [new file with mode: 0644]