From 06e876a7ad52ae457c407f81920ef0bfa685b7a1 Mon Sep 17 00:00:00 2001 From: Luciano Lo Giudice Date: Fri, 12 Apr 2024 13:34:11 -0300 Subject: [PATCH] Uncomment ceph-osd tests --- zaza/openstack/charm_tests/ceph/tests.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zaza/openstack/charm_tests/ceph/tests.py b/zaza/openstack/charm_tests/ceph/tests.py index f882c67..4acf217 100644 --- a/zaza/openstack/charm_tests/ceph/tests.py +++ b/zaza/openstack/charm_tests/ceph/tests.py @@ -1819,8 +1819,8 @@ class CephMonKeyRotationTests(test_utils.BaseCharmTest): except KeyError: pass - # try: - # zaza_model.get_application('ceph-osd') - # self._check_key_rotation('osd.0', unit) - # except KeyError: - # pass + try: + zaza_model.get_application('ceph-osd') + self._check_key_rotation('osd.0', unit) + except KeyError: + pass