From 9002c53de67fd594efbf8f66f3b0706ad9a9bec2 Mon Sep 17 00:00:00 2001 From: ecaiyanlinux Date: Thu, 2 Sep 2021 12:21:00 +0200 Subject: Improvement & Enhancement of csit tests Improve integration with sdnc Use env variables to replace image urls & tags Signed-off-by: ecaiyanlinux Issue-ID: CCSDK-3433 Change-Id: Id6d6e428e5ddba018b50710710d077613d02b2e8 --- csit/scripts/healthcheck/test/pms_a1sim_sdnc.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'csit/scripts/healthcheck/test/pms_a1sim_sdnc.sh') diff --git a/csit/scripts/healthcheck/test/pms_a1sim_sdnc.sh b/csit/scripts/healthcheck/test/pms_a1sim_sdnc.sh index c75d6056..c80e68a9 100755 --- a/csit/scripts/healthcheck/test/pms_a1sim_sdnc.sh +++ b/csit/scripts/healthcheck/test/pms_a1sim_sdnc.sh @@ -26,7 +26,10 @@ cd ${SHELL_FOLDER}/../config cp application_configuration.json.sdnc application_configuration.json cd ${SHELL_FOLDER}/../ -docker-compose -f docker-compose.yml -f sdnc/docker-compose.yml 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 -f docker-compose.yml -f sdnc/docker-compose.yml up -d checkStatus(){ for i in {1..60}; do -- cgit 1.2.3-korg