fix format method (case sensitive) 63/2863/1
authorMorgan Richomme <morgan.richomme@orange.com>
Wed, 28 Oct 2015 08:28:18 +0000 (09:28 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 28 Oct 2015 08:28:18 +0000 (09:28 +0100)
JIRA: FUNCTEST-87

Change-Id: I6ba9a17401480556b19a0918119d554d8b1871ce
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
utils/test/result_collection_api/dashboard/yardstick2Dashboard.py

index c434242..20b0864 100644 (file)
@@ -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
     """