diff options
author | xinfeng zhao <xinfengx.zhao@intel.com> | 2023-06-20 07:30:42 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-09-14 05:15:54 +0000 |
commit | f80c4dc842b77e9231e443f7ef10e4a735f18e1f (patch) | |
tree | c5d66d1a9943bf777ac4627975bae7990c70528d /resources/libraries | |
parent | 7e497faf09407bb475ada686a4cee604cc37c130 (diff) |
Add IPsec and wireguard hwasync test cases to 3nb-spr job specs
Also add IPsec 10000tnlhwasync int mode and 4tnlhwasync policy mode
test suites, in order to compare sw crypto and QAT crypto and IPsec
int mode and policy mode performance.
Signed-off-by: Yulong Pei <yulong.pei@intel.com>
Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com>
Change-Id: I0aed06a0c75c1a545720649d3561a0aa5a861db2
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/bash/function/common.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/libraries/bash/function/common.sh b/resources/libraries/bash/function/common.sh index e0ae3f2fce..78a99dae0d 100644 --- a/resources/libraries/bash/function/common.sh +++ b/resources/libraries/bash/function/common.sh @@ -1037,7 +1037,6 @@ function select_tags () { test_tag_array+=("!ipsechw") ;; *"2n-spr"*) - test_tag_array+=("!ipsechw") ;; *"2n-tx2"*) test_tag_array+=("!ipsechw") @@ -1055,10 +1054,8 @@ function select_tags () { *"3n-snr"*) ;; *"3na-spr"*) - test_tag_array+=("!ipsechw") ;; *"3nb-spr"*) - test_tag_array+=("!ipsechw") ;; *"3n-tsh"*) test_tag_array+=("!drv_avf") |