From 32c205e9634b240dab5d5f649ba0941aa1efbb0e Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 12 Sep 2018 16:33:58 +0200 Subject: [PATCH] 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 --- resources/libraries/bash/function/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.16.6