Also test key rotation in OSD's

This commit is contained in:
Luciano Lo Giudice
2024-04-09 19:47:24 -03:00
parent 761913176c
commit 8fe9a110ed

View File

@@ -1811,3 +1811,9 @@ class CephMonKeyRotationTests(test_utils.BaseCharmTest):
logging.info('ceph-radosgw units present, but no RGW service')
except KeyError:
pass
try:
zaza_model.get_application('ceph-osd')
self._check_key_rotation('osd.0', unit)
except KeyError:
pass