From a0c8576bfaef5549052f916ca7bd3d008dddbe32 Mon Sep 17 00:00:00 2001 From: Peter Sabaini Date: Mon, 26 Jun 2023 13:51:41 +0200 Subject: [PATCH] Fix dashboard test Remove old and broken guard in ceph-dashboard testing --- zaza/openstack/charm_tests/ceph/dashboard/tests.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zaza/openstack/charm_tests/ceph/dashboard/tests.py b/zaza/openstack/charm_tests/ceph/dashboard/tests.py index 5aafa3f..d479e26 100644 --- a/zaza/openstack/charm_tests/ceph/dashboard/tests.py +++ b/zaza/openstack/charm_tests/ceph/dashboard/tests.py @@ -284,11 +284,6 @@ 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='ceph-mon') < - get_os_release('focal_yoga')): - return - url = self.get_master_dashboard_url() idp_meta = SAML_IDP_METADATA.format( cert=X509_CERT,