Exclude dot1q in the default tag array
[csit.git] / resources / libraries / bash / function / common.sh
index f3f1b9f..bc8ffe9 100644 (file)
@@ -425,12 +425,12 @@ function select_tags () {
         * )
             if [[ -z "${TEST_TAG_STRING-}" ]]; then
                 # If nothing is specified, we will run pre-selected tests by
-                # following tags. Items of array will be concatenated by OR
-                # in Robot Framework.
+                # following tags.
                 test_tag_array=("mrrANDnic_intel-x710AND1cAND64bANDip4base"
                                 "mrrANDnic_intel-x710AND1cAND78bANDip6base"
-                                "mrrANDnic_intel-x710AND1cAND64bANDl2bdbaseANDbase"
-                                "mrrANDnic_intel-x710AND1cAND64bANDl2xcbase")
+                                "mrrANDnic_intel-x710AND1cAND64bANDl2bdbase"
+                                "mrrANDnic_intel-x710AND1cAND64bANDl2xcbase"
+                                "!dot1q")
             else
                 # If trigger contains tags, split them into array.
                 test_tag_array=(${TEST_TAG_STRING//:/ })
@@ -450,9 +450,9 @@ function select_tags () {
             test_tag_array+=("!ipsechw")
             ;;
         *)
-            # No falling back to 3n_hsw default, that should have been done
-            # by the function which has set NODENESS and FLAVOR.
-            die "Unknown specification: ${TEST_CODE}"
+            # Default to 3n-hsw due to compatibility.
+            test_tag_array+=("!drv_avf")
+            ;;
     esac
 
     # We will add excluded NICs.