summaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
authorboucherv <valentin.boucher@orange.com>2016-01-29 16:23:44 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2016-01-29 15:29:04 +0000
commite08e90c0ef3857571055923c711c5738b54bcce1 (patch)
tree5a63e6fa065f57b08fbc77634f3240e4cff37b03 /testcases
parent4aa74fa23280f579dff45b96fe11b005da3c0ee1 (diff)
bugfix: self.logger
Change-Id: I6e9b3a833f590831cddac83e00a6b8809410d2cb Signed-off-by: boucherv <valentin.boucher@orange.com> (cherry picked from commit feecd6ccf9231ffdb82ac6bb2b1dcbb8389e457c)
Diffstat (limited to 'testcases')
-rw-r--r--testcases/vIMS/CI/vIMS.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/vIMS/CI/vIMS.py b/testcases/vIMS/CI/vIMS.py
index 360c5d78e..ae2ad9d21 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,