From 1365411d66b63df94b3ef11ff914a432d16bc0ae Mon Sep 17 00:00:00 2001 From: Luciano Lo Giudice Date: Tue, 7 May 2024 20:01:05 -0300 Subject: [PATCH 1/2] Temporarily disable OSD key rotation tests --- zaza/openstack/charm_tests/ceph/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/ceph/tests.py b/zaza/openstack/charm_tests/ceph/tests.py index 58719c216..625662080 100644 --- a/zaza/openstack/charm_tests/ceph/tests.py +++ b/zaza/openstack/charm_tests/ceph/tests.py @@ -1838,7 +1838,7 @@ def _get_fs_client(self, unit): def test_key_rotate(self): """Test that rotating the keys actually changes them.""" unit = 'ceph-mon/0' - self._check_key_rotation('osd.0', unit) + # self._check_key_rotation('osd.0', unit) try: zaza_model.get_application('ceph-radosgw') From 2d369b91600f43594be29b3687ca6a27bce4abfb Mon Sep 17 00:00:00 2001 From: Luciano Lo Giudice Date: Wed, 8 May 2024 14:45:19 -0300 Subject: [PATCH 2/2] Also disable ceph-fs tests --- zaza/openstack/charm_tests/ceph/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/ceph/tests.py b/zaza/openstack/charm_tests/ceph/tests.py index 625662080..9c850f6bd 100644 --- a/zaza/openstack/charm_tests/ceph/tests.py +++ b/zaza/openstack/charm_tests/ceph/tests.py @@ -1853,7 +1853,7 @@ def test_key_rotate(self): try: zaza_model.get_application('ceph-fs') fs_svc = self._get_fs_client(unit) - if fs_svc is not None: + if fs_svc is not None and False: # Only wait for ceph-fs, as this model includes 'ubuntu' # units, and those don't play nice with zaza (they don't # set the workload-status-message correctly).