Skip to content

Commit

Permalink
Also test key rotation in OSD's
Browse files Browse the repository at this point in the history
  • Loading branch information
lmlg committed Apr 9, 2024
1 parent 7619131 commit 8fe9a11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions zaza/openstack/charm_tests/ceph/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1811,3 +1811,9 @@ def test_key_rotate(self):
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

0 comments on commit 8fe9a11

Please sign in to comment.