summaryrefslogtreecommitdiffstats
path: root/utils/test/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
commit27b0a60dc802a6834bc9b2b51274d4016a4b0b7f (patch)
treec1cc7bac0d7ba506c1d0e53c0d81c3aac5f827f9 /utils/test/result_collection_api/dashboard/qtip2Dashboard.py
parentf41cc29366b2660ef7d9cb85be6b04b737526f45 (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 'utils/test/result_collection_api/dashboard/qtip2Dashboard.py')
-rw-r--r--utils/test/result_collection_api/dashboard/qtip2Dashboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/result_collection_api/dashboard/qtip2Dashboard.py b/utils/test/result_collection_api/dashboard/qtip2Dashboard.py
index 0112945b1..6ceccd374 100644
--- a/utils/test/result_collection_api/dashboard/qtip2Dashboard.py
+++ b/utils/test/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