Skip to content

Commit

Permalink
qa/tasks/mgr/test_progress.py: s/ev/new_event/
Browse files Browse the repository at this point in the history
as a follow-up fix for 5604ba4

Fixes: http://tracker.ceph.com/issues/40618
Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Jul 28, 2019
1 parent 0b3f6a1 commit 9b4dbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/mgr/test_progress.py
Expand Up @@ -131,7 +131,7 @@ def _simulate_back_in(self, osd_ids, initial_event):
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):
"""
Expand Down

0 comments on commit 9b4dbf0

Please sign in to comment.