commit | 3b148eaf7e39c0a3740ac36a92fce86f64faaeed | [log] [tgz] |
---|---|---|
author | You Wang <you@onlab.us> | Mon Jun 20 20:33:42 2016 -0700 |
committer | You Wang <you@onlab.us> | Mon Jun 20 20:33:42 2016 -0700 |
tree | 929e188b04817680e69d52d5f6525408d5f5618b | |
parent | 2b9b26d71a575e51ac07b4f662459ea7149d3f76 [diff] |
Add sleep after balancing masters in intent related tests Change-Id: I4e53800a83ec5b870c55e680992243d248097a39
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 ec0a794..5a06353 100644 --- a/TestON/tests/SCPF/SCPFintentInstallWithdrawLatWithFlowObj/SCPFintentInstallWithdrawLatWithFlowObj.py +++ b/TestON/tests/SCPF/SCPFintentInstallWithdrawLatWithFlowObj/SCPFintentInstallWithdrawLatWithFlowObj.py
@@ -202,6 +202,7 @@ # balanceMasters main.CLIs[0].balanceMasters() + time.sleep(main.startUpSleep) def CASE2( self, main ): import time