X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fonap%2Fcps%2Fprepare-k6-performance-tests-plots.sh;h=d82bd7abc5baae6ef23633dd82cba37c75c58d1d;hb=9881f7403a16568f05480b29082582bd20998d20;hp=ce85431db886442f0b2ca58843768585bdfa38c9;hpb=7ae89342afa25410490f639364c867a6aeca8620;p=infra%2Fcicd.git 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}"