Skip to content

Commit

Permalink
Remove OSD tests for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmlg committed Apr 19, 2024
1 parent aa7d619 commit e083e56
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions zaza/openstack/charm_tests/ceph/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
)
import requests
import tempfile
import time
import boto3
import botocore.exceptions
import urllib3
Expand Down Expand Up @@ -1789,7 +1788,6 @@ def entity_filter(name):
)
zaza_utils.assertActionRanOK(action_obj)
zaza_model.wait_for_application_states()
time.sleep(5) # Give it time to finish.
new_keys = self._get_all_keys(unit, entity_filter)
self.assertNotEqual(old_keys, new_keys)
diff = new_keys - old_keys
Expand Down Expand Up @@ -1820,9 +1818,3 @@ 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 e083e56

Please sign in to comment.