summaryrefslogtreecommitdiffstats
path: root/testcases/vPing
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2015-10-13 16:50:33 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2015-10-13 16:50:33 +0200
commit98f48c0b3522399ec11126f2eb67f8920bf54cc6 (patch)
treed16bc625062f25154b2732db8adffa850726f4ae /testcases/vPing
parent94f6b3f1dd697a9cf4950213435d1b823e9699ae (diff)
forget to clean push function in vPing
JIRA: FUNCTEST-36 Change-Id: I081cc04093bcc090748ccb5560b77559b328167f Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'testcases/vPing')
-rw-r--r--testcases/vPing/CI/libraries/vPing.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/testcases/vPing/CI/libraries/vPing.py b/testcases/vPing/CI/libraries/vPing.py
index 65571c935..b51bb6287 100644
--- a/testcases/vPing/CI/libraries/vPing.py
+++ b/testcases/vPing/CI/libraries/vPing.py
@@ -257,13 +257,6 @@ def push_results_to_db(payload):
r = requests.post(url, data=json.dumps(params), headers=headers)
logger.debug(r)
- url = TEST_DB + "/results"
- params = {"project_name": "functest", "case_name": "vPing", "pod_id": 1,
- "details": payload}
- headers = {'Content-Type': 'application/json'}
- r = requests.post(url, data=json.dumps(params), headers=headers)
- logger.debug(r)
-
def main():