X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Ffunction%2Fcommon.sh;fp=resources%2Flibraries%2Fbash%2Ffunction%2Fcommon.sh;h=d34035a0031b50841c13749fa812f79cb123ce9c;hp=0782fa689cb0610d7f17908bfb05455cc6adb168;hb=de08ebfec25d2d9bb3f3b46c07a5bcb9efd24d1c;hpb=03aa6d122daba96d5a3502683596b8f59716ebd2 diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index 0782fa689c..d34035a003 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -782,6 +782,11 @@ 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 + ;; * ) if [[ -z "${TEST_TAG_STRING-}" ]]; then # If nothing is specified, we will run pre-selected tests by