Commit c57e76b9 authored by Łukasz Nowak's avatar Łukasz Nowak

XXX kvm: Cover external-image-*

XXX:

 * implement
 * format with external_storage_home enabled
parent a1784484
......@@ -1726,3 +1726,12 @@ class TestParameterCluster(TestParameterDefault):
@classmethod
def getInstanceSoftwareType(cls):
return 'kvm-cluster'
@skipUnlessKvm
class TestExternalDisk(InstanceTestCase, KvmMixin):
__partition_reference__ = 'ed'
@classmethod
def getInstanceSoftwareType(cls):
return 'default'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment