OSDN Git Service

Add test failed message
author0809216 <0809216@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Fri, 8 Oct 2010 04:03:58 +0000 (04:03 +0000)
committer0809216 <0809216@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Fri, 8 Oct 2010 04:03:58 +0000 (04:03 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel-epoll-cond@10352 1ed66053-1c2d-0410-8867-f7571e6e31d3

test/script/virtualservice/virtualservice-149.sh
test/script/virtualservice/virtualservice-150.sh
test/script/virtualservice/virtualservice-151.sh
test/script/virtualservice/virtualservice-47.sh
test/script/virtualservice/virtualservice-48.sh

index e0d2014..c5f167c 100755 (executable)
@@ -44,7 +44,7 @@ for (( i = 0 ; i < 2; i++ )){
        RET=`wget -qO- https://127.0.0.1:40001/ --no-check-certificate`
        if [ "${RET}" != "${RealServer1}" ]
        then
-               echo "wget -qO- https://127.0.0.1:40001/ --no-check-certificate"
+               echo "Test failed: wget -qO- https://127.0.0.1:40001/ --no-check-certificate"
                exit 1
        fi
 }
index d25dd50..8b66f1e 100755 (executable)
@@ -44,7 +44,7 @@ for (( i = 0 ; i < 4; i++ )){
        RET=`wget -qO- https://127.0.0.1:40001/ --no-check-certificate`
        if [ "${RET}" != "${RealServer1}" ]
        then
-               echo "wget -qO- https://127.0.0.1:40001/ --no-check-certificate"
+               echo "Test failed: wget -qO- https://127.0.0.1:40001/ --no-check-certificate"
                exit 1
        fi
 }
index 5ca6ed5..d5347be 100755 (executable)
@@ -44,7 +44,7 @@ for (( i = 0 ; i < 3; i++ )){
        RET=`wget -qO- https://127.0.0.1:40001/ --no-check-certificate`
        if [ "${RET}" != "${RealServer1}" ]
        then
-               echo "wget -qO- https://127.0.0.1:40001/ --no-check-certificate"
+               echo "Test failed: wget -qO- https://127.0.0.1:40001/ --no-check-certificate"
                exit 1
        fi
 }
@@ -61,7 +61,7 @@ sleep 10
 RET=`wget -qO- https://127.0.0.1:40001/ --no-check-certificate`
 if [ "${RET}" != "${RealServer1}" ]
 then
-        echo "wget -qO- https://127.0.0.1:40001/ --no-check-certificate"
+        echo "Test failed: wget -qO- https://127.0.0.1:40001/ --no-check-certificate"
         exit 1
 fi
 
index 871abd5..d78d8b5 100755 (executable)
@@ -55,7 +55,6 @@ fi
 
 #Connect
 RET=`$WGET -t 1 -qO- http://127.0.0.1:40001/`
-echo "$RET"
 if [ "${RET}" != "${SorryServer1}" ]
 then
         echo "Test failed: $WGET -t 1 -qO- http://127.0.0.1:40001/"
index f428cda..8b55919 100755 (executable)
@@ -55,7 +55,6 @@ fi
 
 #Connect
 RET=`$WGET -t 1 -qO- http://127.0.0.1:40001/`
-echo "$RET"
 if [ "${RET}" != "${SorryServer1}" ]
 then
         echo "Test failed: $WGET -t 1 -qO- http://127.0.0.1:40001/"