From: Andrew Fenner Date: Wed, 26 Jun 2024 14:26:40 +0000 (+0000) Subject: Merge "Update plots: Clean up k6 test suite" X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=0a9dddab2f266aedd3fc6c571877c2d385aeaa7d;hp=c46fb68e3354dcc4c55d9402054f3198f37b47b2;p=infra%2Fcicd.git Merge "Update plots: Clean up k6 test suite" --- 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}"