diff options
author | xinfeng zhao <xinfengx.zhao@intel.com> | 2021-09-03 15:49:05 +0800 |
---|---|---|
committer | xinfeng zhao <xinfengx.zhao@intel.com> | 2021-10-08 07:04:10 +0000 |
commit | 648fa787d8ed7a045da18cf1a0761f3ca0d5b947 (patch) | |
tree | adc5e134ac7d141adba2f6463082657e4f9432e3 /resources/libraries/bash/function | |
parent | 6f9f70d7bb1bbed37ff1495c20d11a03b82b9951 (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
Diffstat (limited to 'resources/libraries/bash/function')
-rw-r--r-- | resources/libraries/bash/function/common.sh | 4 |
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") |