Uncomment ceph-osd tests

This commit is contained in:
Luciano Lo Giudice
2024-04-12 13:34:11 -03:00
parent 2f557c531d
commit 06e876a7ad

View File

@@ -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