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