X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Ffunction%2Fcommon.sh;h=873c52ed630132a92ce9a986a9622e406c0cd007;hb=f7c08d2bd14872ad888df9b95b823ab1784aa737;hp=0782fa689cb0610d7f17908bfb05455cc6adb168;hpb=49bf78210fe2361beefd48b74e76f96484b5abd2;p=csit.git diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index 0782fa689c..873c52ed63 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -782,6 +782,19 @@ function select_tags () { ${tfd}/mrr-weekly-${NODENESS}-${FLAVOR}.md | eval ${sed_nics_sub_cmd}) || die ;; + *"report-iterative"* ) + readarray -t test_tag_array <<< $(sed 's/ //g' \ + ${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