Exclude IPSECHW tests on NICs other than xl710
[csit.git] / 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")