aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/plans/vfc-gvnfm-vnfmgr
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-30 17:19:46 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-30 17:19:46 +0800
commit17b1ffd121a9395ef70e97387f4c412be50a6570 (patch)
tree0199923503fd3805314f015e37f5ec30117d6b65 /test/csit/plans/vfc-gvnfm-vnfmgr
parentbdb3c8d54f6311b3fd457f177a349cdea3f9e7f7 (diff)
Fix vfc csit curl bug in integration
Change-Id: If5220730a9cb8f0accaee787b8984eb57c730ea7 Issue-ID: VFC-491 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'test/csit/plans/vfc-gvnfm-vnfmgr')
-rwxr-xr-xtest/csit/plans/vfc-gvnfm-vnfmgr/sanity-check/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/plans/vfc-gvnfm-vnfmgr/sanity-check/setup.sh b/test/csit/plans/vfc-gvnfm-vnfmgr/sanity-check/setup.sh
index ec315a24b..e95d22002 100755
--- a/test/csit/plans/vfc-gvnfm-vnfmgr/sanity-check/setup.sh
+++ b/test/csit/plans/vfc-gvnfm-vnfmgr/sanity-check/setup.sh
@@ -35,7 +35,7 @@ echo MSB_IP=${MSB_IP}
docker run -d --name vfc-vnfmgr -e MSB_ADDR=${MSB_IP}:80 nexus3.onap.org:10001/onap/vfc/vnfmgr
VNFMGR_IP=`get-instance-ip.sh vfc-vnfmgr`
for i in {1..10}; do
- curl -sS ${VNFMGR_IP}:8803 && break
+ curl -sS -m 1 ${VNFMGR_IP}:8803 && break
echo sleep $i
sleep $i
done