From: emaclee Date: Mon, 19 May 2025 10:30:23 +0000 (+0100) Subject: Remove -quiet option on k6 run X-Git-Tag: 3.6.3~13^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F140917%2F1;p=cps.git Remove -quiet option on k6 run - Removing -quiet option to unsuppressed the progress logs by k6 Issue-ID: CPS-2794 Change-Id: I5bd81b68cef41522433faba714f1427d5df05cbd Signed-off-by: emaclee --- diff --git a/k6-tests/ncmp/run-all-tests.sh b/k6-tests/ncmp/run-all-tests.sh index 2122a2555f..780713e3c7 100755 --- a/k6-tests/ncmp/run-all-tests.sh +++ b/k6-tests/ncmp/run-all-tests.sh @@ -22,7 +22,7 @@ testProfile=$1 summaryFile="${testProfile}Summary.csv" echo "Running $testProfile performance tests..." -k6 run ncmp-test-runner.js --quiet -e TEST_PROFILE="$testProfile" > "$summaryFile" || ((number_of_failures++)) +k6 run ncmp-test-runner.js -e TEST_PROFILE="$testProfile" > "$summaryFile" || ((number_of_failures++)) if [ -f "$summaryFile" ]; then