commit | 060d287b3c13aa039dbb69d2815106792b3001c7 | [log] [tgz] |
---|---|---|
author | pingping-lin <pingping@onlab.us> | Tue Sep 29 18:16:29 2015 -0700 |
committer | pingping-lin <pingping@onlab.us> | Tue Sep 29 18:16:52 2015 -0700 |
tree | 8784f8431abe541a95491e582a1a6a1ce1a5b0f3 | |
parent | 5c5fb893a28b9f7499a6925bc4e5ae1ed7c8eaf5 [diff] |
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: