aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/VIM/OpenStack/CI/libraries/run_rally.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2015-11-25 11:12:19 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2015-11-25 11:12:19 +0100
commit11ede7d1649dcdc33682c3f379f84161cbd57da6 (patch)
treea4249c99d1a18be4294f7e98dbfceb0eb6555522 /testcases/VIM/OpenStack/CI/libraries/run_rally.py
parentadb631a4007b26131b49288d576c9dc87c45dbb4 (diff)
Use only Rally as tescase name
do not use Rally-module to simplify dashboard management. Module is always mentioned in the case names JIRA: FUNCTEST-63 Change-Id: Idb56c9ea906443e9d4aae9bd1ade30e8bd6cb3b4 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'testcases/VIM/OpenStack/CI/libraries/run_rally.py')
-rw-r--r--testcases/VIM/OpenStack/CI/libraries/run_rally.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/VIM/OpenStack/CI/libraries/run_rally.py b/testcases/VIM/OpenStack/CI/libraries/run_rally.py
index 09ff029d4..09ed41d5c 100644
--- a/testcases/VIM/OpenStack/CI/libraries/run_rally.py
+++ b/testcases/VIM/OpenStack/CI/libraries/run_rally.py
@@ -90,7 +90,7 @@ def push_results_to_db(payload, module):
installer = functest_utils.get_installer_type(logger)
git_version = functest_utils.get_git_branch(args.repo_path)
# TODO pod_name hardcoded, info shall come from Jenkins
- params = {"project_name": "functest", "case_name": "Rally-"+module,
+ params = {"project_name": "functest", "case_name": "Rally",
"pod_name": "opnfv-jump-2", "installer": installer,
"version": git_version, "details": payload}