Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
06fe75e
)
Change the key in results to adapt to new testapi.
09/15609/3
author
zhifeng.jiang
<jiang.zhifeng@zte.com.cn>
Wed, 15 Jun 2016 09:22:15 +0000
(17:22 +0800)
committer
zhifeng jiang
<jiang.zhifeng@zte.com.cn>
Fri, 17 Jun 2016 15:04:19 +0000
(15:04 +0000)
JIRA:QTIP-86
Change-Id: Ifd5e8d678d3a310d23c561d806393dad0e2f3cfe
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
dashboard/pushtoDB.py
patch
|
blob
|
history
diff --git
a/dashboard/pushtoDB.py
b/dashboard/pushtoDB.py
index
d86fbee
..
d207453
100644
(file)
--- a/
dashboard/pushtoDB.py
+++ b/
dashboard/pushtoDB.py
@@
-15,7
+15,7
@@
def push_results_to_db(db_url, case_name, payload,logger=None, pod_name="dell-us
pod_name = os.environ['NODE_NAME']
params = {"project_name": "qtip", "case_name": case_name,
- "pod_name": pod_name, "installer": installer, "
creation
_date": creation_date,
+ "pod_name": pod_name, "installer": installer, "
start
_date": creation_date,
"version": "test" , "details": payload}
headers = {'Content-Type': 'application/json'}