diff options
author | 2024-06-20 19:10:40 +0100 | |
---|---|---|
committer | 2024-07-09 09:23:00 +0000 | |
commit | d31b23f9cdc21b0377a9e520f7b4a3a333a45b9d (patch) | |
tree | dec5400c0af9b01edc9245acba1ec719ac181dfb /csit/scripts/healthcheck/test | |
parent | 7ad920b0ac2781e7cd3284f2b056eaac7203fa4d (diff) |
Roll master branch versions to 1.8.0 after New Delhi release
Issue-ID: CCSDK-4020
Change-Id: I06ba58fc333c8a2d2670a2e88529dc39bdc61a2c
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Diffstat (limited to 'csit/scripts/healthcheck/test')
-rwxr-xr-x | csit/scripts/healthcheck/test/pms_a1sim_sdnc.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/csit/scripts/healthcheck/test/pms_a1sim_sdnc.sh b/csit/scripts/healthcheck/test/pms_a1sim_sdnc.sh index 6513f789..79c08b63 100755 --- a/csit/scripts/healthcheck/test/pms_a1sim_sdnc.sh +++ b/csit/scripts/healthcheck/test/pms_a1sim_sdnc.sh @@ -45,6 +45,8 @@ checkStatus(){ fi done echo -e "$i sec: $4 is NOT alive!\n" + echo "Capturing docker logs (before exiting) ..." + docker-compose --env-file .env -f docker-compose.yml -f sdnc/docker-compose.yml logs exit -1 } @@ -71,7 +73,7 @@ curl -sSkw %{http_code} http://localhost:8081/actuator/loggers/org.onap.ccsdk. # check SDNC status echo "check SDNC status:" -checkStatus 300 "curl -sS -o /dev/null -I -w %{http_code} http://localhost:8282/apidoc/explorer/ " "200" "SDNC" +checkStatus 300 "curl -sS -o /dev/null -I -w %{http_code} http://localhost:8282/apidoc/explorer/index.html " "200" "SDNC" cd ${SHELL_FOLDER}/../data ./preparePmsData.sh |