commit | 407ef253e9609f23516d36170883c6a11578bdcd | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Tue Jun 14 11:30:52 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Jun 15 18:17:30 2016 +0000 |
tree | 8df071cc29a1b9e3143499801e496103977dcf60 | |
parent | b0d0ada02bf14d4bab47d6315441ece2cf4d793e [diff] [blame] |
STC - check that flows are installed before checking pings Change-Id: Ia2853932db8e27bd1447d225b160c8e583d7df61
diff --git a/tools/test/bin/onos-check-flows b/tools/test/bin/onos-check-flows index afff9af..ce80444 100755 --- a/tools/test/bin/onos-check-flows +++ b/tools/test/bin/onos-check-flows
@@ -6,7 +6,7 @@ aux=/tmp/stc-$$.log trap "rm -f $aux 2>/dev/null" EXIT -for i in {1..5}; do +for i in {1..6}; do onos ${1:-$OCI} "onos:flows" > $aux if grep "PENDING_" $aux; then sleep 5