summaryrefslogtreecommitdiffstats
path: root/result_collection_api/dashboard
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2015-10-28 09:28:18 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2015-10-28 09:28:18 +0100
commit63e93206195c467dfc009d097a670a7a0dc7524e (patch)
tree49289ce8cb9ada0a0063ad63684d5e00dc04016a /result_collection_api/dashboard
parenta6fa7d50ca643137abf1f0dc839f17a3d8034bcc (diff)
fix format method (case sensitive)
JIRA: FUNCTEST-87 Change-Id: I6ba9a17401480556b19a0918119d554d8b1871ce Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'result_collection_api/dashboard')
-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 c434242..20b0864 100644
--- a/result_collection_api/dashboard/yardstick2Dashboard.py
+++ b/result_collection_api/dashboard/yardstick2Dashboard.py
@@ -69,7 +69,7 @@ def _get_test_status_bar(results):
return nbTest, nbTestOk
-def format_ping_for_dashboard(results):
+def format_Ping_for_dashboard(results):
"""
Post processing for the Ping test case
"""