aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2018-09-12 16:33:58 +0200
committerVratko Polak <vrpolak@cisco.com>2018-09-12 16:43:33 +0200
commit32c205e9634b240dab5d5f649ba0941aa1efbb0e (patch)
tree01ff5b9d34dd4e5be8f98d828e1e7eff466e4e50 /resources
parent6d105d22e67c3bedf54e6bbb904cb8eb4f05e5f6 (diff)
Fix: L2 scale tests are not baseline
This fixes select_tags function in common.sh to not include scale l2bd tests in default tag list. This is needed because "L2BDBASE" tag selects also scale tests (contrary to similar IP4BASE and IP6BASE tags). (Line length over 80 characters is left there as an indirect TODO to improve the tags.) Change-Id: Ic1d4a046f327fdd1b8b08eb20f1cdb4b12f337c9 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r--resources/libraries/bash/function/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh
index f07997dfc3..6b30078503 100644
--- a/resources/libraries/bash/function/common.sh
+++ b/resources/libraries/bash/function/common.sh
@@ -431,7 +431,7 @@ function select_tags () {
# in Robot Framework.
test_tag_array=("mrrANDnic_intel-x710AND1cAND64bANDip4base"
"mrrANDnic_intel-x710AND1cAND78bANDip6base"
- "mrrANDnic_intel-x710AND1cAND64bANDl2bdbase"
+ "mrrANDnic_intel-x710AND1cAND64bANDl2bdbaseANDbase"
"mrrANDnic_intel-x710AND1cAND64bANDl2xcbase")
else
# If trigger contains tags, split them into array.