mirror of https://github.com/apache/cloudstack.git
- Adding LibvirtNetworkElementCommandWrapper and LibvirtStorageSubSystemCommandWrapper
- 2 unit tests added
- KVM hypervisor plugin with 22.2% coverage
I also refactored the StorageSubSystemCommand interface into an abstract class
- Remove the pseudo-multiple-inheritance implementation
- The StorageSubSystemCommand was an interface, not related to the Command class
and its implementation were extending the Command class anyway. The whole structure is better now.
|
||
|---|---|---|
| .. | ||
| com/cloud/hypervisor/kvm | ||
| org/apache/cloudstack/utils/qemu | ||