Merge pull request #789 from gnuoy/fix-trilio-tests-for-42

Change the ghost share path
This commit is contained in:
James Page
2022-06-15 17:23:38 +01:00
committed by GitHub

View File

@@ -409,7 +409,7 @@ class TrilioGhostNFSShareTest(TrilioBaseTest):
self.lead_unit,
'ghost-share',
action_params={
'nfs-shares': '10.20.0.1:/srv/testing'
'nfs-shares': '10.20.0.1:/srv/ghost-testing'
},
model_name=self.model_name)
)