commit | d2cdc497a34255e34c383cc39b7c6a2a6f3f8fc6 | [log] [tgz] |
---|---|---|
author | You Wang <you@opennetworking.org> | Thu May 03 16:29:03 2018 -0700 |
committer | You Wang <you@opennetworking.org> | Thu May 03 16:29:03 2018 -0700 |
tree | 3f433a4f39dad89db5dacd786260cb90e3872a4b | |
parent | 50895222daa56cdcade6236408835b0ede592a7a [diff] |
Remove main.stop from SRMulticast Change-Id: Ifbc79064194eb00762f089295aa6a0a8b09ef2df
diff --git a/TestON/tests/USECASE/SegmentRouting/dependencies/Testcaselib.py b/TestON/tests/USECASE/SegmentRouting/dependencies/Testcaselib.py index 5b1645b..5d05713 100644 --- a/TestON/tests/USECASE/SegmentRouting/dependencies/Testcaselib.py +++ b/TestON/tests/USECASE/SegmentRouting/dependencies/Testcaselib.py
@@ -1052,7 +1052,6 @@ onpass="{} to {}: Pass".format( srcEntry[ "host" ], dstEntry[ "host" ] ), onfail="{} to {}: Fail".format( srcEntry[ "host" ], dstEntry[ "host" ] ) ) if skipOnFail and trafficResult != main.TRUE: - main.stop() Testcaselib.saveOnosDiagnostics( main ) Testcaselib.cleanup( main, copyKarafLog=False ) main.skipCase()