commit | 42d223021051471457c2f9e8f16972c18dde11f7 | [log] [tgz] |
---|---|---|
author | You Wang <you@onlab.us> | Tue Jun 21 20:16:24 2016 +0000 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue Jun 21 20:16:24 2016 +0000 |
tree | 3d5a50ff2c0105342a5f6704d78d1c9572d3f652 | |
parent | 3b148eaf7e39c0a3740ac36a92fce86f64faaeed [diff] | |
parent | 98c609fa1ead5680b8dec2181b0c2655d3e51b33 [diff] |
Merge "Added a config for intent withdrawal test with FlowObj"
diff --git a/TestON/tests/SCPF/SCPFintentEventTp/SCPFintentEventTp.py b/TestON/tests/SCPF/SCPFintentEventTp/SCPFintentEventTp.py index ac2b3c6..201c28c 100644 --- a/TestON/tests/SCPF/SCPFintentEventTp/SCPFintentEventTp.py +++ b/TestON/tests/SCPF/SCPFintentEventTp/SCPFintentEventTp.py
@@ -178,6 +178,7 @@ main.ONOSbench.handle.sendline("""onos $OC1 "balance-masters" """) main.ONOSbench.handle.expect(":~") print main.ONOSbench.handle.before + time.sleep(5) for i in range(3): passed = main.ONOSbench.verifySummary( ONOSIp[0] )
diff --git a/TestON/tests/SCPF/SCPFintentInstallWithdrawLat/SCPFintentInstallWithdrawLat.py b/TestON/tests/SCPF/SCPFintentInstallWithdrawLat/SCPFintentInstallWithdrawLat.py index fcd3367..730875e 100644 --- a/TestON/tests/SCPF/SCPFintentInstallWithdrawLat/SCPFintentInstallWithdrawLat.py +++ b/TestON/tests/SCPF/SCPFintentInstallWithdrawLat/SCPFintentInstallWithdrawLat.py
@@ -195,6 +195,7 @@ # balanceMasters main.CLIs[0].balanceMasters() + time.sleep(main.startUpSleep) def CASE2( self, main ): import time
diff --git a/TestON/tests/SCPF/SCPFintentInstallWithdrawLatWithFlowObj/SCPFintentInstallWithdrawLatWithFlowObj.py b/TestON/tests/SCPF/SCPFintentInstallWithdrawLatWithFlowObj/SCPFintentInstallWithdrawLatWithFlowObj.py index 0b6f6c3..bbcf154 100644 --- a/TestON/tests/SCPF/SCPFintentInstallWithdrawLatWithFlowObj/SCPFintentInstallWithdrawLatWithFlowObj.py +++ b/TestON/tests/SCPF/SCPFintentInstallWithdrawLatWithFlowObj/SCPFintentInstallWithdrawLatWithFlowObj.py
@@ -204,6 +204,7 @@ # balanceMasters main.CLIs[0].balanceMasters() + time.sleep(main.startUpSleep) def CASE2( self, main ): import time