diff options
author | boucherv <valentin.boucher@orange.com> | 2016-01-29 16:23:44 +0100 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2016-01-29 16:23:44 +0100 |
commit | feecd6ccf9231ffdb82ac6bb2b1dcbb8389e457c (patch) | |
tree | 5a63e6fa065f57b08fbc77634f3240e4cff37b03 /testcases/vIMS | |
parent | bb5ed67521db114eba27a29fb08e2d33f2875243 (diff) |
bugfix: self.logger
Change-Id: I6e9b3a833f590831cddac83e00a6b8809410d2cb
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'testcases/vIMS')
-rw-r--r-- | testcases/vIMS/CI/vIMS.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/vIMS/CI/vIMS.py b/testcases/vIMS/CI/vIMS.py index 360c5d78..ae2ad9d2 100644 --- a/testcases/vIMS/CI/vIMS.py +++ b/testcases/vIMS/CI/vIMS.py @@ -131,8 +131,8 @@ def push_results(): if args.report: logger.debug("Pushing results to DB....") - scenario = functest_utils.get_scenario(self.logger) - pod_name = functest_utils.get_pod_name(self.logger) + scenario = functest_utils.get_scenario(logger) + pod_name = functest_utils.get_pod_name(logger) functest_utils.push_results_to_db(db_url=DB_URL, case_name="vIMS", logger=logger, pod_name=pod_name, |