From 648fa787d8ed7a045da18cf1a0761f3ca0d5b947 Mon Sep 17 00:00:00 2001 From: xinfeng zhao Date: Fri, 3 Sep 2021 15:49:05 +0800 Subject: Add flow test suites The comms DDP package needs to be installed to support all flow protocols Signed-off-by: xinfeng zhao Change-Id: I6ab1bd8beb9edb8c9889a0ed9a999080ca3cef3d --- resources/libraries/bash/function/common.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources/libraries/bash') 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") -- cgit 1.2.3-korg