[V3] checksum_offload/l4_tx:remove check sctp test step

Message ID 20211220135805.31027-1-zhiminx.huang@intel.com (mailing list archive)
State Accepted
Headers
Series [V3] checksum_offload/l4_tx:remove check sctp test step |

Checks

Context Check Description
ci/Intel-dts-doc-test success Testing OK
ci/Intel-dts-suite-test success Testing OK

Commit Message

Huang, ZhiminX Dec. 20, 2021, 1:58 p.m. UTC
  cause root commit is b2a9e4a8,it affects the tx sctp checksum.
but customers only require UDP and TCP,so remove check sctp checksum test step. 

Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
---
 test_plans/checksum_offload_test_plan.rst | 2 +-
 tests/TestSuite_checksum_offload.py       | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
  

Comments

Tu, Lijuan Jan. 5, 2022, 5:47 a.m. UTC | #1
> -----Original Message-----
> From: Zhimin Huang <zhiminx.huang@intel.com>
> Sent: 2021年12月20日 21:58
> To: dts@dpdk.org
> Cc: Huang, ZhiminX <zhiminx.huang@intel.com>
> Subject: [dts] [PATCH V3] checksum_offload/l4_tx:remove check sctp test step
> 
> cause root commit is b2a9e4a8,it affects the tx sctp checksum.
> but customers only require UDP and TCP,so remove check sctp checksum test
> step.
> 
> Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>

Applied.
  

Patch

diff --git a/test_plans/checksum_offload_test_plan.rst b/test_plans/checksum_offload_test_plan.rst
index 6748aa34..47f35236 100644
--- a/test_plans/checksum_offload_test_plan.rst
+++ b/test_plans/checksum_offload_test_plan.rst
@@ -297,7 +297,7 @@  Test Case: Hardware Checksum Check L4 TX
 ===========================================
 This test involves testing many different scenarios with a L4 checksum.
 A variety of tunneling protocols, L3 protocols and L4 protocols are combined
-to test as many scenarios as possible. Currently, UDP, TCP and SCTP are used
+to test as many scenarios as possible. Currently, UDP and TCP are used
 as L4 protocols, with IP and IPv6 being used at level 3. The tested tunneling
 protocols are VXLAN and GRE. This test is used to determine whether the
 hardware offloading of checksums works properly.
diff --git a/tests/TestSuite_checksum_offload.py b/tests/TestSuite_checksum_offload.py
index 6e2b59c6..8f47c546 100644
--- a/tests/TestSuite_checksum_offload.py
+++ b/tests/TestSuite_checksum_offload.py
@@ -69,7 +69,6 @@  l3_proto_classes = [
 l4_proto_classes = [
     UDP,
     TCP,
-    SCTP
 ]
 
 tunnelling_proto_classes = [