From: halil.cakal Date: Tue, 25 Jun 2024 15:33:07 +0000 (+0100) Subject: Update plots: Clean up k6 test suite X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=9881f7403a16568f05480b29082582bd20998d20;p=infra%2Fcicd.git Update plots: Clean up k6 test suite Issue-ID: CPS-2286 Change-Id: I65c79b7a06c8ddf9b1ced12802b0559cd8d08a09 Signed-off-by: halil.cakal --- diff --git a/jjb/onap/cps/prepare-k6-performance-tests-plots.sh b/jjb/onap/cps/prepare-k6-performance-tests-plots.sh index ce85431d..d82bd7ab 100755 --- a/jjb/onap/cps/prepare-k6-performance-tests-plots.sh +++ b/jjb/onap/cps/prepare-k6-performance-tests-plots.sh @@ -31,13 +31,6 @@ set -o pipefail # Use last non-zero exit code in a pipeline k6_test_names=( "1-create-cmhandles.js\s*http_req_duration" "2-wait-for-cmhandles-to-be-ready.js\s*iteration_duration" - "3-passthrough-read.js\s*ncmp_overhead" - "4-id-search-no-filter.js\s*http_req_duration" - "5-search-no-filter.js\s*http_req_duration" - "6-id-search-public-property.js\s*http_req_duration" - "7-search-public-property.js\s*http_req_duration" - "8-id-search-module.js\s*http_req_duration" - "9-search-module.js\s*http_req_duration" "10-mixed-load-test.js\s*http_req_duration{scenario:id_search_module}" "10-mixed-load-test.js\s*http_req_duration{scenario:passthrough_read}" "10-mixed-load-test.js\s*http_req_duration{scenario:cm_search_module}"