commit | 0b92fe32640ddc581921c5dc301c6b4e75ff8197 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@ciena.com> | Thu Feb 16 16:13:38 2017 -0800 |
committer | Thomas Vachuska <tom@onlab.us> | Tue Feb 21 18:33:30 2017 +0000 |
tree | 7b139b5265ca2523f8e57517f8d4133a5c96068f | |
parent | da9038e7a4b7d4b1d8b9bc397558eb63e048ebca [diff] [blame] |
Check all nodes for app activation in stc Check output in archetypes verification steps Change-Id: I6d7d1133c007b769548ac92acbe61d60a5045398
diff --git a/tools/test/scenarios/bin/curl-with-retry b/tools/test/scenarios/bin/curl-with-retry index c77b284..7156cf7f 100755 --- a/tools/test/scenarios/bin/curl-with-retry +++ b/tools/test/scenarios/bin/curl-with-retry
@@ -8,9 +8,8 @@ echo curl-with-retry: $* -set -x -for i in {1..3}; do - curl -f -uonos:rocks ${url} >$aux +for i in {1..5}; do + curl -f -isS -uonos:rocks ${url} >$aux if [ $? = 0 ]; then cat $aux exit 0