mirror of https://github.com/apache/cloudstack.git
Fix for test_snapshots.py using nfs2 instead of nfs template
This commit is contained in:
parent
61ce75e901
commit
b792df163a
|
|
@ -275,7 +275,7 @@ class TestSnapshotRootDisk(cloudstackTestCase):
|
|||
assert isinstance(clusters,list) and len(clusters)>0
|
||||
|
||||
storage = StoragePool.create(self.apiclient,
|
||||
self.services["nfs"],
|
||||
self.services["nfs2"],
|
||||
clusterid=clusters[0].id,
|
||||
zoneid=self.zone.id,
|
||||
podid=self.pod.id
|
||||
|
|
|
|||
|
|
@ -962,6 +962,10 @@ test_data = {
|
|||
"url": "nfs://nfs/export/automation/1/testprimary",
|
||||
"name": "Primary XEN"
|
||||
},
|
||||
"nfs2": {
|
||||
"url": "nfs://nfs/export/automation/1/testprimary2",
|
||||
"name": "Primary XEN 2"
|
||||
},
|
||||
"iscsi": {
|
||||
"url":
|
||||
"iscsi://192.168.100.21/iqn.2012-01.localdomain.clo-cstack-cos6:iser/1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue