From eaf33ab2bd10f2fb3e011ec20d41b0c078030bb8 Mon Sep 17 00:00:00 2001 From: Luciano Lo Giudice Date: Mon, 2 May 2022 14:43:36 -0300 Subject: [PATCH] Add docstring to public method --- zaza/openstack/charm_tests/ceph/dashboard/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zaza/openstack/charm_tests/ceph/dashboard/tests.py b/zaza/openstack/charm_tests/ceph/dashboard/tests.py index 112eaa1..e66a4b2 100644 --- a/zaza/openstack/charm_tests/ceph/dashboard/tests.py +++ b/zaza/openstack/charm_tests/ceph/dashboard/tests.py @@ -274,6 +274,7 @@ class CephDashboardTest(test_utils.BaseCharmTest): @tenacity.retry(wait=tenacity.wait_fixed(2), reraise=True, stop=tenacity.stop_after_attempt(20)) def wait_for_saml_dashboard(self): + """Wait until the Ceph dashboard is enabled.""" output = zaza.model.run_on_leader( 'ceph-mon', 'ceph dashboard sso status')['Stdout']