From 17b1ffd121a9395ef70e97387f4c412be50a6570 Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Sat, 30 Sep 2017 17:19:46 +0800 Subject: Fix vfc csit curl bug in integration Change-Id: If5220730a9cb8f0accaee787b8984eb57c730ea7 Issue-ID: VFC-491 Signed-off-by: ying.yunlong --- test/csit/plans/vfc-nfvo-catalog/sanity-check/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/csit/plans/vfc-nfvo-catalog/sanity-check') diff --git a/test/csit/plans/vfc-nfvo-catalog/sanity-check/setup.sh b/test/csit/plans/vfc-nfvo-catalog/sanity-check/setup.sh index 6374b88ba..c4cdbdee5 100644 --- a/test/csit/plans/vfc-nfvo-catalog/sanity-check/setup.sh +++ b/test/csit/plans/vfc-nfvo-catalog/sanity-check/setup.sh @@ -48,7 +48,7 @@ sleep 60 docker run -d --name vfc-catalog -v /var/lib/mysql -e MSB_ADDR=${DISCOVERY_IP}:10081 nexus3.onap.org:10001/onap/vfc/catalog CATALOG_IP=`get-instance-ip.sh vfc-catalog` for i in {1..10}; do - curl -sS ${CATALOG_IP}:8806 && break + curl -sS -m 1 ${CATALOG_IP}:8806 && break echo sleep $i sleep $i done -- cgit 1.2.3-korg