From 3625c6c8669869ea16271d41c66b44b425d5af85 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Wed, 15 Jun 2022 15:58:43 +0000 Subject: [PATCH] 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. --- zaza/openstack/charm_tests/trilio/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/trilio/tests.py b/zaza/openstack/charm_tests/trilio/tests.py index ea27e9c..a3a544e 100644 --- a/zaza/openstack/charm_tests/trilio/tests.py +++ b/zaza/openstack/charm_tests/trilio/tests.py @@ -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) )