go-libvirt-plain/.travis/test-pool.xml
Ben LeMasurier 591f6798f1 Adds StoragePools() (#27)
* Adds StoragePools()

This adds the ability to list storage pools.
2017-01-06 15:58:27 -06:00

8 lines
133 B
XML

<!-- storage pool used for CI testing -->
<pool type="dir">
<name>test</name>
<target>
<path>/tmp</path>
</target>
</pool>