diff options
author | 2025-03-10 11:11:29 +0000 | |
---|---|---|
committer | 2025-03-11 13:31:37 +0000 | |
commit | 1b78a121645c9d99a25c662025522565458beb47 (patch) | |
tree | a53782dbaefeda30ed2f978096a9abd6174600ca /k6-tests | |
parent | 4d4a34ff861f8bea940db0e7457c77f019fad98d (diff) |
Increase healthcheck retries for cps-and-ncmp
- increase the healthcheck retries from 3 to 10
Issue-ID: CPS-2679
Change-Id: Idd541fd88eb804d552659c32f6c6c92a0919c405
Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'k6-tests')
-rwxr-xr-x | k6-tests/setup.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/k6-tests/setup.sh b/k6-tests/setup.sh index c01a0f6c60..d990475522 100755 --- a/k6-tests/setup.sh +++ b/k6-tests/setup.sh @@ -26,11 +26,11 @@ docker-compose \ --profile dmi-stub \ up --quiet-pull --detach --wait || exit 1 - if [[ "$testProfile" == "kpi" ]]; then - ACTUATOR_PORT=8883 - elif [[ "$testProfile" == "endurance" ]]; then - ACTUATOR_PORT=8884 - fi +if [[ "$testProfile" == "kpi" ]]; then + ACTUATOR_PORT=8883 +elif [[ "$testProfile" == "endurance" ]]; then + ACTUATOR_PORT=8884 +fi echo "Build information:" curl --silent --show-error http://localhost:$ACTUATOR_PORT/actuator/info |