Merge pull request #986 from wido/kvm-libvirt-unittests Add Unit Tests for Libvirt/KVM storage codeThese classes were not covered by Unit Tests and this commit adds some tests for their basic functionality.
* pr/986: Add Unit Tests for Libvirt/KVM storage code Signed-off-by: Remi Bergsma <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0b4cc5de Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0b4cc5de Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0b4cc5de Branch: refs/heads/master Commit: 0b4cc5de87d367c5ca2d0abd5a062ef541ebf811 Parents: 0c52f70 7568f21 Author: Remi Bergsma <[email protected]> Authored: Mon Nov 2 17:53:30 2015 +0100 Committer: Remi Bergsma <[email protected]> Committed: Mon Nov 2 17:53:31 2015 +0100 ---------------------------------------------------------------------- .../kvm/storage/LibvirtStoragePool.java | 5 -- .../kvm/storage/KVMPhysicalDiskTest.java | 52 +++++++++++ .../kvm/storage/LibvirtStoragePoolTest.java | 91 ++++++++++++++++++++ 3 files changed, 143 insertions(+), 5 deletions(-) ----------------------------------------------------------------------
