diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/test/result_collection_api/dashboard/yardstick2Dashboard.py | 2 |
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 """ |