aboutsummaryrefslogtreecommitdiffstats
path: root/plans/so/integration-etsi-testing/teardown.sh
diff options
context:
space:
mode:
authorwaqas.ikram <waqas.ikram@est.tech>2019-08-13 11:24:45 +0000
committerWaqas Ikram <waqas.ikram@est.tech>2019-08-13 11:25:03 +0000
commit4d813754565c15099e8bd84e043a65049e66845f (patch)
tree9722d1e4855e092702f6a2b73c6fbc5dc21a5b4c /plans/so/integration-etsi-testing/teardown.sh
parent557e61e2aac64d97ad185748592e638283e87950 (diff)
Adding wait for container to startup script
Change-Id: I8da9a26b01d0522526811e39db4a044a845293ca Issue-ID: SO-2144 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'plans/so/integration-etsi-testing/teardown.sh')
-rwxr-xr-xplans/so/integration-etsi-testing/teardown.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/plans/so/integration-etsi-testing/teardown.sh b/plans/so/integration-etsi-testing/teardown.sh
index 6014a0d1..61edc7df 100755
--- a/plans/so/integration-etsi-testing/teardown.sh
+++ b/plans/so/integration-etsi-testing/teardown.sh
@@ -34,7 +34,6 @@ export $(egrep -v '^#' $ENV_FILE | xargs)
export TEST_LAB_DIR=$TEST_LAB_DIR_PATH
export CONFIG_DIR_PATH=$CONFIG_DIR
-
-docker-compose -f $DOCKER_COMPOSE_FILE_PATH down
+docker-compose -f $DOCKER_COMPOSE_FILE_PATH -p $PROJECT_NAME down
echo "Finished executing $SCRIPT_HOME/$SCRIPT_NAME"