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=ec335f171f8145a67e4bfe3859616ee2a75fc32a;hp=3d59506e5043d04764df8402dccaa8e3b8126267;hb=806a069bc5494d1c43dd9711e1512e518c823acd;hpb=c056a4fe51febfae290209c0d39b23bd63b6542a diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index 3d59506e50..ec335f171f 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -784,8 +784,11 @@ function select_tags () { eval ${sed_nics_sub_cmd}) || die ;; *"report-iterative"* ) + 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_iterative/${DUT}-${NODENESS}-${FLAVOR}.md | + ${tfd}/report_iterative/${NODENESS}-${FLAVOR}/${report_file} | eval ${sed_nics_sub_cmd}) || die ;; *"report-coverage"* )