Exclude IPSECHW tests on NICs other than xl710 32/19732/2
authorVratko Polak <vrpolak@cisco.com>
Tue, 21 May 2019 08:34:30 +0000 (10:34 +0200)
committerJan Gelety <jgelety@cisco.com>
Wed, 22 May 2019 07:51:05 +0000 (07:51 +0000)
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 <vrpolak@cisco.com>
resources/libraries/bash/function/common.sh

index 921b588..1a9089d 100644 (file)
@@ -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")