summaryrefslogtreecommitdiffstats
path: root/utils
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
commitd86bb505874f86caf3441baffe3a120252633e88 (patch)
tree7b0541aa13ce5bf512f2a7e659ee5e8afc6a8447 /utils
parent27bdaee261678df799ef6a6231d80341e9bc13c6 (diff)
fix format method (case sensitive)
JIRA: FUNCTEST-87 Change-Id: I6ba9a17401480556b19a0918119d554d8b1871ce Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/test/result_collection_api/dashboard/yardstick2Dashboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/result_collection_api/dashboard/yardstick2Dashboard.py b/utils/test/result_collection_api/dashboard/yardstick2Dashboard.py
index c4342426c..20b086496 100644
--- a/utils/test/result_collection_api/dashboard/yardstick2Dashboard.py
+++ b/utils/test/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
"""