commit | 0889f9b872f97de64b760ea757cbe0e4a838d4e4 | [log] [tgz] |
---|---|---|
author | You Wang <you@opennetworking.org> | Mon Aug 06 17:08:18 2018 -0700 |
committer | You Wang <you@opennetworking.org> | Mon Aug 06 17:08:18 2018 -0700 |
tree | 29a4bf6b3c60aa2c02a33f231d355d2197eb265b | |
parent | 33fcb49c171789448d219833a84f1ccc910b5075 [diff] |
Add sleep between starting up topology and balancing masters for flow throughput test Change-Id: I81ee9e789f6299c50b014caf58d28a0ccd666db4
diff --git a/TestON/tests/SCPF/SCPFflowTp1g/SCPFflowTp1g.py b/TestON/tests/SCPF/SCPFflowTp1g/SCPFflowTp1g.py index 45f3741..8d6a2dc 100644 --- a/TestON/tests/SCPF/SCPFflowTp1g/SCPFflowTp1g.py +++ b/TestON/tests/SCPF/SCPFflowTp1g/SCPFflowTp1g.py
@@ -137,6 +137,7 @@ check = main.ONOSbench.handle.before main.log.info( "\nStart up check: \n" + check + "\n" ) if "SCC(s)=1," in check: + time.sleep( 5 ) main.ONOSbench.handle.sendline( "onos $OC1 balance-masters" ) main.ONOSbench.handle.expect( ":~" ) time.sleep( 5 )