commit | 822bc14ae426c9298851ac4d370c65e15b1a3443 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Tue Nov 22 15:47:23 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Tue Nov 22 23:51:30 2016 +0000 |
tree | 7eea02add752ab8d68ea8624a237d46ca3e2963d | |
parent | d89bfd0602481e86ba7dd751e46ade82e9528132 [diff] [blame] |
Increased tolerance for node stop/start and for topology convergence. Change-Id: Ie9ea56918011b9e34c5ed6a6d426199bfe3e26d9
diff --git a/tools/test/bin/onos-check-summary b/tools/test/bin/onos-check-summary index c1139c3..69bc0ac 100755 --- a/tools/test/bin/onos-check-summary +++ b/tools/test/bin/onos-check-summary
@@ -6,7 +6,7 @@ aux=/tmp/stc-$$.log trap "rm -f $aux 2>/dev/null" EXIT -for i in {1..10}; do +for i in {1..15}; do onos ${1:-$OCI} "onos:summary" > $aux cat $aux