summaryrefslogtreecommitdiff
path: root/libvirt/resource_libvirt_volume_test.go
Commit message (Collapse)AuthorAge
* check uniqueness of storage volume nameThomas Hipp2017-11-29
| | | | | | | | | The storage volume name needs to be unique. If this is not the case, the storage volume will be overwritten which is not problematic itself. However, `terraform destroy` will fail since it will try and delete the same storage volume twice. Signed-off-by: Thomas Hipp <thipp@suse.de>
* tests: format hcl stringsThomas Hipp2017-11-27
| | | | Signed-off-by: Thomas Hipp <thipp@suse.de>
* remove duplicata declaration and simplify code.Dario Maiocchi2017-11-16
| | | | This fix is with the cmd "gofmt -w -s *"
* golinting on various filesDario Maiocchi2017-11-16
|
* don't use underscores in Go namesDario Maiocchi2017-11-16
|
* Added autodetection of base volume format, eliminating the need for explicit ↵J. Eduardo2017-07-02
| | | | configuration.
* Added support for using raw volumes and an example using the functionality.J. Eduardo2017-07-02
|
* use official libvirt-go bindingsThomas Hipp2017-06-16
| | | | Signed-off-by: Thomas Hipp <thipp@suse.de>
* Use If-Modified-Since for downloading imagesAlvaro Saurin2017-03-29
|
* gofmtAlvaro Saurin2017-03-06
|
* volume removal testDuncan Mac-Vicar P2016-03-12
|
* size in bytesDuncan Mac-Vicar P2016-03-12
|
* go fmtDuncan Mac-Vicar P2016-03-11
|
* test for volumeDuncan Mac-Vicar P2016-03-11
|
* use libvirt-go fork here tooDuncan Mac-Vicar P2016-03-11
|
* add test for volume resourceDuncan Mac-Vicar P2016-03-07