commit | 4d813754565c15099e8bd84e043a65049e66845f | [log] [tgz] |
---|---|---|
author | waqas.ikram <waqas.ikram@est.tech> | Tue Aug 13 11:24:45 2019 +0000 |
committer | Waqas Ikram <waqas.ikram@est.tech> | Tue Aug 13 11:25:03 2019 +0000 |
tree | 9722d1e4855e092702f6a2b73c6fbc5dc21a5b4c | |
parent | 557e61e2aac64d97ad185748592e638283e87950 [diff] [blame] |
Adding wait for container to startup script Change-Id: I8da9a26b01d0522526811e39db4a044a845293ca Issue-ID: SO-2144 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
diff --git a/plans/so/integration-etsi-testing/setup.sh b/plans/so/integration-etsi-testing/setup.sh index 52ef26d..a3eb784 100755 --- a/plans/so/integration-etsi-testing/setup.sh +++ b/plans/so/integration-etsi-testing/setup.sh
@@ -126,7 +126,7 @@ export TEST_LAB_DIR=$TEST_LAB_DIR_PATH export CONFIG_DIR_PATH=$CONFIG_DIR -docker-compose -f $DOCKER_COMPOSE_FILE_PATH up -d +docker-compose -f $DOCKER_COMPOSE_FILE_PATH -p $PROJECT_NAME up -d echo "Sleeping for 3m" sleep 3m