summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2015-10-28 10:52:30 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-10-28 10:52:30 +0000
commite570ba3140c6db2579eda587910b7b4cb9c2217e (patch)
tree0e4611384e65159f461ba2caa894e8ad08e3917b
parentbb8d9eacc7476a0f00bc0bde6d19d73021812134 (diff)
parentd86bb505874f86caf3441baffe3a120252633e88 (diff)
Merge "fix format method (case sensitive)"
-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
"""