From 99b3cd6dec5b15771c5ce511947edaf9de778d86 Mon Sep 17 00:00:00 2001 From: Luciano Lo Giudice Date: Mon, 4 Apr 2022 19:59:43 -0300 Subject: [PATCH] Use ceph-mon as application --- zaza/openstack/charm_tests/ceph/dashboard/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zaza/openstack/charm_tests/ceph/dashboard/tests.py b/zaza/openstack/charm_tests/ceph/dashboard/tests.py index 9710265..d640ad7 100644 --- a/zaza/openstack/charm_tests/ceph/dashboard/tests.py +++ b/zaza/openstack/charm_tests/ceph/dashboard/tests.py @@ -227,8 +227,8 @@ class CephDashboardTest(test_utils.BaseCharmTest): def test_saml(self): """Check that the dashboard is accessible with SAML enabled.""" get_os_release = openstack_utils.get_os_release - if (get_os_release(application='vault') < - get_os_release('focal_yoga', application='vault')): + if (get_os_release(application='ceph-mon') < + get_os_release('focal_yoga')): return url = self.get_master_dashboard_url()