summaryrefslogtreecommitdiffstats
path: root/testcases/vPing
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2015-09-17 18:31:08 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2015-09-22 08:45:21 +0200
commit7d4d546a0be38dcd49a2fc6e0a13fdc1ab9fd311 (patch)
tree461f78fe5c5a7aef3bb2204964ff765c4192755a /testcases/vPing
parent56337b0f5f38f6299a27b5087d3e4c1655ba8423 (diff)
creation of scripts to generate Dashboard compatible json result files
JIRA: FUNCTEST-45 Change-Id: I2336b830d3b5079f45c96bbb69061c8020ea637a Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'testcases/vPing')
-rw-r--r--testcases/vPing/CI/libraries/vPing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/vPing/CI/libraries/vPing.py b/testcases/vPing/CI/libraries/vPing.py
index 56f4fc538..5d68f2229 100644
--- a/testcases/vPing/CI/libraries/vPing.py
+++ b/testcases/vPing/CI/libraries/vPing.py
@@ -246,7 +246,7 @@ def cleanup(nova, neutron, network_dic):
def push_results_to_db(payload):
# TODO move DB creds into config file
- url = TEST_DB
+ url = TEST_DB + "/results"
params = {"project_name": "functest", "case_name": "vPing", "pod_id": 1,
"details": payload}
headers = {'Content-Type': 'application/json'}