summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestcases/VIM/OpenStack/CI/libraries/run_rally-cert.py6
-rw-r--r--testcases/vIMS/CI/vIMS.py4
2 files changed, 5 insertions, 5 deletions
diff --git a/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py b/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py
index d77cd4083..efdde6718 100755
--- a/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py
+++ b/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py
@@ -199,7 +199,7 @@ def run_task(test_name):
# :return: void
#
- logger.info('starting {} test ...'.format(test_name))
+ logger.info('Starting test scenario "{}" ...'.format(test_name))
task_file = '{}task.yaml'.format(SCENARIOS_DIR)
if not os.path.exists(task_file):
@@ -277,9 +277,9 @@ def run_task(test_name):
""" parse JSON operation result """
if task_succeed(json_results):
- logger.info('{} test OK.'.format(test_name) + "\n")
+ logger.info('Test scenario: "{}" OK.'.format(test_name) + "\n")
else:
- logger.info('{} test Failed.'.format(test_name) + "\n")
+ logger.info('Test scenario: "{}" Failed.'.format(test_name) + "\n")
def main():
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,