diff options
author | Vratko Polak <vrpolak@cisco.com> | 2019-05-21 10:34:30 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-05-22 07:51:05 +0000 |
commit | 922365bc24a2514d77d15bd58c425044c9eecfef (patch) | |
tree | 040a0c3f4f492478eda6d347c425343a20ad5f2b | |
parent | 2a144cf3b3c07aa0425bbc7d949d575b608e9237 (diff) |
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 <vrpolak@cisco.com>
-rw-r--r-- | resources/libraries/bash/function/common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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") |