mirror of
https://github.com/ceph/ceph
synced 2025-04-26 12:48:43 +00:00
qa/tasks/mgr/test_progress.py: s/ev/new_event/
as a follow-up fix for 5604ba4e
Fixes: http://tracker.ceph.com/issues/40618
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
0b3f6a1710
commit
9b4dbf0749
@ -131,7 +131,7 @@ class TestProgress(MgrTestCase):
|
||||
log.info(json.dumps(new_event, indent=1))
|
||||
self.assertIn("Rebalancing after osd.0 marked in", new_event['message'])
|
||||
|
||||
return ev
|
||||
return new_event
|
||||
|
||||
def _is_quiet(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user