commit | 6e968e1d77c44c9d94bff59877d4ca34bac567f3 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Fri Sep 18 09:55:07 2015 -0700 |
committer | Ray Milkey <ray@onlab.us> | Mon Sep 21 10:46:07 2015 -0700 |
tree | 9b7408d66bf693ee87edea4d57c228e38e08e476 | |
parent | f967ad61dca6e62badc6c35b618e70ec0f553063 [diff] [blame] |
STC changes to make smoke test more reliable Change-Id: I8ecf2581b12e618bf3fe41baedf5c5decdd77221
diff --git a/tools/test/bin/onos-check-intent b/tools/test/bin/onos-check-intent index e332dc5..760afaf 100755 --- a/tools/test/bin/onos-check-intent +++ b/tools/test/bin/onos-check-intent
@@ -13,7 +13,7 @@ echo onos-check-intent: $* set -x -for i in {1..10}; do +for i in {1..15}; do onos $target "onos:intents" | tee $aux ( cat $aux | grep "key=$2" | grep "state=$3" ) && cat $aux && exit 0 sleep 1