X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Ffunction%2Fcommon.sh;h=bc8ffe9851ad3e8fa910dc9744b1d687166d1bd4;hb=refs%2Fchanges%2F18%2F15018%2F2;hp=0202fbe0d0e86f51c797255829627e6ee51fdfbe;hpb=19947738140e71d8d9fa90349e68f6261f5a612f;p=csit.git diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index 0202fbe0d0..bc8ffe9851 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -425,12 +425,12 @@ function select_tags () { * ) if [[ -z "${TEST_TAG_STRING-}" ]]; then # If nothing is specified, we will run pre-selected tests by - # following tags. Items of array will be concatenated by OR - # in Robot Framework. + # following tags. test_tag_array=("mrrANDnic_intel-x710AND1cAND64bANDip4base" "mrrANDnic_intel-x710AND1cAND78bANDip6base" - "mrrANDnic_intel-x710AND1cAND64bANDl2bdbaseANDbase" - "mrrANDnic_intel-x710AND1cAND64bANDl2xcbase") + "mrrANDnic_intel-x710AND1cAND64bANDl2bdbase" + "mrrANDnic_intel-x710AND1cAND64bANDl2xcbase" + "!dot1q") else # If trigger contains tags, split them into array. test_tag_array=(${TEST_TAG_STRING//:/ })