Skip to content

Commit

Permalink
Merge pull request #1295 from sabaini/fix-rbd-reg-pt2
Browse files Browse the repository at this point in the history
Fix rbd test regression, pt. 2
  • Loading branch information
sabaini authored Jan 29, 2025
2 parents 811979a + 1bdff64 commit 859efef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaza/openstack/charm_tests/ceph/rbd_mirror/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ def test_100_forced_juju_failover(self):
action_params={
'pools': ','.join(site_b_pools),
})
self.assertEqual(int(result.get('Code')), 0)
self.assertEqual(int(result.results["return-code"]), 0)

# The action may not show up as 'failed' if there are no pools that
# needed to be promoted.
Expand Down

0 comments on commit 859efef

Please sign in to comment.