Fix shell compatibility issue in run-all-tests.sh for endurance and kpi profile 85/141185/9
authorsourabh_sourabh <sourabh.sourabh@est.tech>
Tue, 10 Jun 2025 16:19:35 +0000 (17:19 +0100)
committersourabh_sourabh <sourabh.sourabh@est.tech>
Fri, 13 Jun 2025 15:45:55 +0000 (16:45 +0100)
commit4674683ce638c80b1e4dcf4dcc35c4baf7176ff7
tree068ba92f6df6b9a63d96f5b68a2604f755a23ed3
parent62cdc8447c555f56a08d97655a6de41891bc93a0
Fix shell compatibility issue in run-all-tests.sh for endurance and kpi profile

- Added proper Bash shebang (`#!/bin/bash`) to ensure correct shell execution.
- Replaced Bash-specific arithmetic syntax `((...))` with POSIX-compliant `$((...))`.
- Fixed syntax error in `case` statement caused by unsupported token in `sh`.

Issue-ID: CPS-2844
Change-Id: Iaf8e225388f0e11223bed722fde72be5bf25bb0b
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
k6-tests/ncmp/common/utils.js
k6-tests/ncmp/ncmp-test-runner.js
k6-tests/ncmp/run-all-tests.sh
k6-tests/setup.sh