commit | 581a366e57fe3fa7bb1a6f319cf196afe17dba7f | [log] [tgz] |
---|---|---|
author | pingping-lin <pingping@onlab.us> | Tue Sep 29 17:43:39 2015 -0700 |
committer | pingping-lin <pingping@onlab.us> | Tue Sep 29 17:43:39 2015 -0700 |
tree | aa5a3f8e29874a2e17a78e975a4fb636c35fc134 | |
parent | 3f091d60512b520e305aae603a14de2775ce1c7d [diff] |
if ping fail, do not clean and exit Change-Id: I36411806cd0a3f950b0caf37e647502d6084d7a6
diff --git a/TestON/tests/USECASE_SdnipFunction/Dependency/Functions.py b/TestON/tests/USECASE_SdnipFunction/Dependency/Functions.py index 8d99934..dcb2390 100644 --- a/TestON/tests/USECASE_SdnipFunction/Dependency/Functions.py +++ b/TestON/tests/USECASE_SdnipFunction/Dependency/Functions.py
@@ -135,7 +135,9 @@ onpass = "Ping test results are expected", onfail = "Ping test results are Not expected" ) + ''' if result == False: main.cleanup() main.exit() + '''