summaryrefslogtreecommitdiffstats
path: root/result_collection_api/dashboard/qtip2Dashboard.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-05-25 15:32:54 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2016-05-25 17:39:12 +0200
commitb140bd0f8055af4f1624a2c9a6291f7923003122 (patch)
treeff9a80f638dcaae053d512f9c2f384091d6a3aab /result_collection_api/dashboard/qtip2Dashboard.py
parentf204fed9d8519f994b085a1139f036bc40fcddbc (diff)
Test API add start_date, stop_date parameters in results
Change-Id: I8c8c5b1d82e447fb7a7413368a919b3d3c7b99a6 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'result_collection_api/dashboard/qtip2Dashboard.py')
-rw-r--r--result_collection_api/dashboard/qtip2Dashboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/result_collection_api/dashboard/qtip2Dashboard.py b/result_collection_api/dashboard/qtip2Dashboard.py
index 0112945..6ceccd3 100644
--- a/result_collection_api/dashboard/qtip2Dashboard.py
+++ b/result_collection_api/dashboard/qtip2Dashboard.py
@@ -93,7 +93,7 @@ def _get_results(db_url, testcase):
rawresults = datajson['test_results'][x]['details']
index = rawresults['index']
- resultarray[str(datajson['test_results'][x]['creation_date'])]=index
+ resultarray[str(datajson['test_results'][x]['start_date'])]=index
return resultarray