summaryrefslogtreecommitdiffstats
path: root/testcases/vIMS
diff options
context:
space:
mode:
authorgrakiss <grakiss.wanglei@huawei.com>2016-01-01 10:12:02 +0800
committermei mei <meimei@huawei.com>2016-01-04 01:53:10 +0000
commitb4b11996105741263f98e1e66b2412d8962b5c92 (patch)
tree90b2e82d092c0a276f7e4c3a7f6f14e91cbfdf58 /testcases/vIMS
parent3a65e3e4e78e00d9d46a0909b6713a726f9a9602 (diff)
Give the right repo path for vIMS to send report
Change-Id: I03c0fe24fce661f29869b92652b8ffebd0258c7c Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
Diffstat (limited to 'testcases/vIMS')
-rw-r--r--testcases/vIMS/CI/vIMS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/vIMS/CI/vIMS.py b/testcases/vIMS/CI/vIMS.py
index 5a3003fe8..9ff1762d4 100644
--- a/testcases/vIMS/CI/vIMS.py
+++ b/testcases/vIMS/CI/vIMS.py
@@ -149,7 +149,7 @@ def test_clearwater():
if args.report:
logger.debug("Push result into DB")
logger.debug("Pushing results to DB....")
- git_version = functest_utils.get_git_branch(args.repo_path)
+ git_version = functest_utils.get_git_branch(REPO_PATH)
functest_utils.push_results_to_db(db_url=TEST_DB, case_name="vIMS",
logger=logger, pod_name="opnfv-jump-2", git_version=git_version,
payload={'orchestrator':{'duration': CFY_DEPLOYMENT_DURATION,