From f80c4dc842b77e9231e443f7ef10e4a735f18e1f Mon Sep 17 00:00:00 2001 From: xinfeng zhao Date: Tue, 20 Jun 2023 07:30:42 +0000 Subject: 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 Signed-off-by: xinfeng zhao Change-Id: I0aed06a0c75c1a545720649d3561a0aa5a861db2 --- resources/libraries/bash/function/common.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'resources/libraries') 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") -- cgit 1.2.3-korg