From: Kefu Chai Date: Sun, 28 Jul 2019 11:15:46 +0000 (+0800) Subject: qa/tasks/mgr/test_progress.py: s/ev/new_event/ X-Git-Tag: v15.1.0~2031^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9b4dbf0749f91626a321ac756d6d71b0859ec743;p=ceph-ci.git 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 --- diff --git a/qa/tasks/mgr/test_progress.py b/qa/tasks/mgr/test_progress.py index a68f25aa09f..1d28680ce8c 100644 --- a/qa/tasks/mgr/test_progress.py +++ b/qa/tasks/mgr/test_progress.py @@ -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): """