Skip to content

Commit

Permalink
Merge pull request #1199 from sabaini/fix/ceph-radosgw-testfix
Browse files Browse the repository at this point in the history
Fix: ceph-radosgw test should only check radosgw app
  • Loading branch information
sabaini authored Apr 18, 2024
2 parents b0d0012 + da3463c commit cedd9fd
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions zaza/openstack/charm_tests/ceph/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1236,17 +1236,11 @@ def test_005_virtual_hosted_bucket(self):

# 0. Configure virtual hosted bucket
self.enable_virtual_hosted_bucket()
assert_state = {
self.primary_rgw_app: {
"workload-status": "blocked",
"workload-status-message-prefix":
"os-public-hostname must have a value "
"when virtual hosted bucket is enabled"
}
}
zaza_model.wait_for_application_states(self.model_name,
states=assert_state,
timeout=900)
zaza_model.block_until_wl_status_info_starts_with(
self.primary_rgw_app,
'os-public-hostname must have a value',
timeout=900
)
self.set_os_public_hostname()
zaza_model.block_until_all_units_idle(self.model_name)
container_name = 'zaza-bucket'
Expand Down

0 comments on commit cedd9fd

Please sign in to comment.