Skip to content

Commit e0c2ad8

Browse files
committed
Fix for test_snapshots.py using nfs2 instead of nfs template
1 parent 50147a4 commit e0c2ad8

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

test/integration/smoke/test_snapshots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def test_02_list_snapshots_with_removed_data_store(self):
275275
assert isinstance(clusters,list) and len(clusters)>0
276276

277277
storage = StoragePool.create(self.apiclient,
278-
self.services["nfs"],
278+
self.services["nfs2"],
279279
clusterid=clusters[0].id,
280280
zoneid=self.zone.id,
281281
podid=self.pod.id

tools/marvin/marvin/config/test_data.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,10 @@
962962
"url": "nfs://nfs/export/automation/1/testprimary",
963963
"name": "Primary XEN"
964964
},
965+
"nfs2": {
966+
"url": "nfs://nfs/export/automation/1/testprimary2",
967+
"name": "Primary XEN 2"
968+
},
965969
"iscsi": {
966970
"url":
967971
"iscsi://192.168.100.21/iqn.2012-01.localdomain.clo-cstack-cos6:iser/1",

0 commit comments

Comments
 (0)