diff options
author | ecaiyanlinux <martin.c.yan@est.tech> | 2021-09-02 12:21:00 +0200 |
---|---|---|
committer | ecaiyanlinux <martin.c.yan@est.tech> | 2021-09-02 15:09:36 +0200 |
commit | 9002c53de67fd594efbf8f66f3b0706ad9a9bec2 (patch) | |
tree | c8ae82b69c039d02542b43ccb749e13e688bdb82 /csit/scripts/healthcheck/test/health_check.sh | |
parent | 2d34af551ed404a43afdfebb63b2a1b426722071 (diff) |
Improvement & Enhancement of csit tests
Improve integration with sdnc
Use env variables to replace image urls & tags
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: CCSDK-3433
Change-Id: Id6d6e428e5ddba018b50710710d077613d02b2e8
Diffstat (limited to 'csit/scripts/healthcheck/test/health_check.sh')
-rwxr-xr-x | csit/scripts/healthcheck/test/health_check.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/scripts/healthcheck/test/health_check.sh b/csit/scripts/healthcheck/test/health_check.sh index 409e85fb..e08cc3e8 100755 --- a/csit/scripts/healthcheck/test/health_check.sh +++ b/csit/scripts/healthcheck/test/health_check.sh @@ -29,9 +29,9 @@ cp application_configuration.json.nosdnc application_configuration.json cd ${SHELL_FOLDER}/../ # start NONRTRIC containers with docker compose and configuration from docker-compose.yml -curl -L https://github.com/docker/compose/releases/download/1.27.0/docker-compose-`uname -s`-`uname -m` > docker-compose +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 up -d +./docker-compose --env-file .env up -d checkStatus(){ |