aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2018-09-27 06:06:23 +0000
committerPeter Mikus <pmikus@cisco.com>2018-09-27 06:07:25 +0000
commitebd0c7defaffdd6cd3ff2b5f580c86601917a0c7 (patch)
treeb5b2867d8c646f20b70f2b51768479bcdc167ea1
parent090fc8fdab1ad817fdcd2c2d82361b64fdf1a7b7 (diff)
FIX: testcode detection in perf jobs
Change-Id: I4c0c5afa8a8dff814382cb0ad6d9df0410179755 Signed-off-by: Peter Mikus <pmikus@cisco.com>
-rw-r--r--resources/libraries/bash/function/common.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh
index f3f1b9fcec..0202fbe0d0 100644
--- a/resources/libraries/bash/function/common.sh
+++ b/resources/libraries/bash/function/common.sh
@@ -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.