aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/bash
diff options
context:
space:
mode:
authorxinfeng zhao <xinfengx.zhao@intel.com>2021-09-03 15:49:05 +0800
committerPeter Mikus <pmikus@cisco.com>2021-10-08 08:13:48 +0000
commitc05ea8fe61e3b7a58d45083dac6b047d648e5ba6 (patch)
tree5798316960a6dcf7e7e33c0ca4fa7c7320714995 /resources/libraries/bash
parentf3918b44ef47fac582021ae6645d3b8ed1441e0b (diff)
Add flow test suites
The comms DDP package needs to be installed to support all flow protocols Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com> Change-Id: I6ab1bd8beb9edb8c9889a0ed9a999080ca3cef3d (cherry picked from commit 648fa787d8ed7a045da18cf1a0761f3ca0d5b947)
Diffstat (limited to 'resources/libraries/bash')
-rw-r--r--resources/libraries/bash/function/common.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh
index 85f6e08b68..510ccb0072 100644
--- a/resources/libraries/bash/function/common.sh
+++ b/resources/libraries/bash/function/common.sh
@@ -936,6 +936,10 @@ function select_tags () {
*"1n-vbox"*)
test_tag_array+=("!avf")
test_tag_array+=("!vhost")
+ test_tag_array+=("!flow")
+ ;;
+ *"1n_tx2"*)
+ test_tag_array+=("!flow")
;;
*"2n-skx"*)
test_tag_array+=("!ipsechw")