aboutsummaryrefslogtreecommitdiffstats
path: root/csit/scripts/healthcheck/test/pms_a1sim.sh
diff options
context:
space:
mode:
Diffstat (limited to 'csit/scripts/healthcheck/test/pms_a1sim.sh')
-rwxr-xr-xcsit/scripts/healthcheck/test/pms_a1sim.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/csit/scripts/healthcheck/test/pms_a1sim.sh b/csit/scripts/healthcheck/test/pms_a1sim.sh
index fadc056b..b28cc02c 100755
--- a/csit/scripts/healthcheck/test/pms_a1sim.sh
+++ b/csit/scripts/healthcheck/test/pms_a1sim.sh
@@ -25,7 +25,9 @@ cd ${SHELL_FOLDER}/../config
cp application_configuration.json.nosdnc application_configuration.json
cd ${SHELL_FOLDER}/../
-docker-compose up -d
+curl -L https://github.com/docker/compose/releases/download/1.29.0/docker-compose-`uname -s`-`uname -m` > docker-compose
+chmod +x docker-compose
+./docker-compose --env-file .env up -d
checkStatus(){
for i in {1..60}; do