aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-06-09 05:59:57 +0000
committerPeter Mikus <pmikus@cisco.com>2019-06-09 06:02:34 +0000
commite74411c31fe4dbb6abe3849fd40a29ea27929ae6 (patch)
tree862357b0f0599f18b5f3c1eeb44b561e222c644f /resources
parent233eeb3e9c9fb8d3c300d745fab8112a19d981db (diff)
FIX: Disable AVF on 3n-hsw
Change-Id: Id7c81a92dd50db365c219529a687fa37fd05ceb3 Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r--resources/libraries/bash/function/common.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh
index f2aa6820f1..52f6f08bfc 100644
--- a/resources/libraries/bash/function/common.sh
+++ b/resources/libraries/bash/function/common.sh
@@ -675,13 +675,12 @@ function select_tags () {
test_tag_array+=("!vts")
;;
*"3n-hsw"*)
- # TODO: If AVF tests are expected to fail on haswell,
- # add (before excluding) an explanation to:
- # https://github.com/FDio/vpp/blob/master/src/plugins/avf/README.md
+ test_tag_array+=("!drv_avf")
test_tag_array+=("!ipsechwNOTnic_intel-xl710")
;;
*)
# Default to 3n-hsw due to compatibility.
+ test_tag_array+=("!drv_avf")
test_tag_array+=("!ipsechwNOTnic_intel-xl710")
;;
esac