From d4cc71964360259ab7a2e9fb204d88680fc632af Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Mon, 1 Jul 2024 16:11:54 +0100 Subject: [PATCH] Add more retries to allow manila backup restore to complete Due to slow 1GiB networking in ServerStack the restore often exceeds the retries. Increase them to enable the restore to succeed. --- zaza/openstack/charm_tests/manila/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/manila/tests.py b/zaza/openstack/charm_tests/manila/tests.py index ea40738..3a3f54c 100644 --- a/zaza/openstack/charm_tests/manila/tests.py +++ b/zaza/openstack/charm_tests/manila/tests.py @@ -359,7 +359,7 @@ packages: self.manila_client.shares, share.id, wait_iteration_max_time=120, - stop_after_attempt=2, + stop_after_attempt=10, expected_status="available", msg="Waiting for a share to become available")