summaryrefslogtreecommitdiffstats
path: root/result_collection_api/dashboard/yardstick2Dashboard.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/yardstick2Dashboard.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/yardstick2Dashboard.py')
-rw-r--r--result_collection_api/dashboard/yardstick2Dashboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/result_collection_api/dashboard/yardstick2Dashboard.py b/result_collection_api/dashboard/yardstick2Dashboard.py
index 20b0864..4f022d5 100644
--- a/result_collection_api/dashboard/yardstick2Dashboard.py
+++ b/result_collection_api/dashboard/yardstick2Dashboard.py
@@ -84,7 +84,7 @@ def format_Ping_for_dashboard(results):
if "benchmark" in record]
avg_rtt = sum(records) / len(records)
- new_element.append({'x': data['creation_date'],
+ new_element.append({'x': data['start_date'],
'y': avg_rtt})
test_data.append({'name': "ping duration",