From 922365bc24a2514d77d15bd58c425044c9eecfef Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Tue, 21 May 2019 10:34:30 +0200 Subject: [PATCH 1/1] Exclude IPSECHW tests on NICs other than xl710 The next version of suite generator will avoid generating them, for now we just exclude by a tag expression. Change-Id: I68c80c412ea327c11366f539b10de19df50152c2 Signed-off-by: Vratko Polak --- resources/libraries/bash/function/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index 921b588cc7..1a9089d219 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -660,6 +660,7 @@ function select_tags () { case "${TEST_CODE}" in *"3n-hsw"*) test_tag_array+=("!drv_avf") + test_tag_array+=("!ipsechwNOTnic_intel-xl710") ;; *"2n-skx"*) test_tag_array+=("!ipsechw") -- 2.16.6