Change the ghost share path

Trilio 4.2 generates a hash for the nfs share bases on the path
alone. Unfortunatly the existing Trilio tests set the nfs share
and the ghost share to have the smape path but different source
IPs. For previouse Trilio releases this was fine as the share
hash was different but now they clash and the test fails because it
thinks the share is already mounted.
This commit is contained in:
Liam Young
2022-06-15 15:58:43 +00:00
parent 90915d9c8e
commit 3625c6c866
+1 -1
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)
)