diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-09-22 12:38:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-09-22 12:38:03 +0000 |
commit | b9b2c3e5fc9732ce2c3ada2ba9a6ddb42b72208d (patch) | |
tree | 8c1422525cede11a0d163a6fc1fbe20715885620 /testcases/vPing/CI/libraries/vPing.py | |
parent | 0e69b924ce354246feeb95ea56feacce5dcf8751 (diff) | |
parent | 7d4d546a0be38dcd49a2fc6e0a13fdc1ab9fd311 (diff) |
Merge "creation of scripts to generate Dashboard compatible json result files"
Diffstat (limited to 'testcases/vPing/CI/libraries/vPing.py')
-rw-r--r-- | testcases/vPing/CI/libraries/vPing.py | 2 |
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'} |