From f7c08d2bd14872ad888df9b95b823ab1784aa737 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Fri, 8 May 2020 12:38:01 +0200 Subject: Add csit-vpp/dpdk-perf-report-coverage job and job specifications - note: currently dpdk report-coverge test sets are equal to dpdk report-iterative test sets Change-Id: Ib9a718bfea4b24842742f49ee2eca022aa8a08e5 Signed-off-by: Jan Gelety --- resources/libraries/bash/function/common.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'resources/libraries') diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index d34035a003..873c52ed63 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -787,6 +787,14 @@ function select_tags () { ${tfd}/report-iter-${NODENESS}-${FLAVOR}.md | eval ${sed_nics_sub_cmd}) || die ;; + *"report-coverage"* ) + test_sets=(${TEST_TAG_STRING//:/ }) + # Run only one test set per run + report_file=${test_sets[0]}.md + readarray -t test_tag_array <<< $(sed 's/ //g' \ + ${tfd}/report_coverage/${NODENESS}-${FLAVOR}/${report_file} | + eval ${sed_nics_sub_cmd}) || die + ;; * ) if [[ -z "${TEST_TAG_STRING-}" ]]; then # If nothing is specified, we will run pre-selected tests by -- cgit 1.2.3-korg