From 1a5b3f61522572763e2af353eb68bcad640096f2 Mon Sep 17 00:00:00 2001 From: Luciano Lo Giudice Date: Mon, 2 May 2022 17:31:27 -0300 Subject: [PATCH] Also wait for the SAML 'enabled' message --- zaza/openstack/charm_tests/ceph/dashboard/tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zaza/openstack/charm_tests/ceph/dashboard/tests.py b/zaza/openstack/charm_tests/ceph/dashboard/tests.py index e66a4b2..adc2123 100644 --- a/zaza/openstack/charm_tests/ceph/dashboard/tests.py +++ b/zaza/openstack/charm_tests/ceph/dashboard/tests.py @@ -300,6 +300,8 @@ class CephDashboardTest(test_utils.BaseCharmTest): {'saml-base-url': url, 'saml-idp-metadata': idp_meta} ) + self.wait_for_saml_dashboard() + # Check that both login and metadata are accesible. resp = self._run_request_get( url + '/auth/saml2/login',