should fail instead of FAIL for all descriptions

Change-Id: Ieb51bb5c0f57af6767db83fad5caba8ebe9f21e9
diff --git a/TestON/tests/USECASE_SdnipFunction/Dependency/Functions.py b/TestON/tests/USECASE_SdnipFunction/Dependency/Functions.py
index dcb2390..ddd8c1e 100644
--- a/TestON/tests/USECASE_SdnipFunction/Dependency/Functions.py
+++ b/TestON/tests/USECASE_SdnipFunction/Dependency/Functions.py
@@ -74,9 +74,9 @@
         main.exit()
 
     if expectAllSuccess:
-        main.step( "BGP speakers ping peers, expect all tests to SUCCEED" )
+        main.step( "BGP speakers ping peers, expect all tests to succeed" )
     else:
-        main.step( "BGP speakers ping peers, expect all tests to FAIL" )
+        main.step( "BGP speakers ping peers, expect all tests to fail" )
 
     result = True
     if expectAllSuccess: