]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/tasks/mgr/test_progress.py: s/ev/new_event/
authorKefu Chai <kchai@redhat.com>
Sun, 28 Jul 2019 11:15:46 +0000 (19:15 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 28 Jul 2019 11:32:24 +0000 (19:32 +0800)
as a follow-up fix for 5604ba4e

Fixes: http://tracker.ceph.com/issues/40618
Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/mgr/test_progress.py

index a68f25aa09ff8f871e0c4530ea9578f2d605b116..1d28680ce8cc580f8c0851307674d0f794dc2137 100644 (file)
@@ -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):
         """