From: Lingli Chen <linglix.chen@intel.com>
To: dts@dpdk.org
Cc: zhiminx.huang@intel.com, Lingli Chen <linglix.chen@intel.com>
Subject: [dts][PATCH V1 3/3] tests/*: add X722 support cases
Date: Thu, 20 Oct 2022 03:44:10 -0400 [thread overview]
Message-ID: <20221020074410.46527-4-linglix.chen@intel.com> (raw)
In-Reply-To: <20221020074410.46527-1-linglix.chen@intel.com>
add I40E_10G-SFP_X722/I40E_10G-10G_BASE_T_X722 support cases
Signed-off-by: Lingli Chen <linglix.chen@intel.com>
---
tests/TestSuite_checksum_offload.py | 4 ++--
tests/TestSuite_dual_vlan.py | 2 --
tests/TestSuite_generic_flow_api.py | 8 ++++++++
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/tests/TestSuite_checksum_offload.py b/tests/TestSuite_checksum_offload.py
index b181bf37..aa75e8fb 100644
--- a/tests/TestSuite_checksum_offload.py
+++ b/tests/TestSuite_checksum_offload.py
@@ -899,7 +899,7 @@ class TestChecksumOffload(TestCase):
def test_hardware_checksum_check_l4_rx(self):
self.checksum_enablehw(self.dut_ports[0])
self.dut.send_expect("start", "testpmd>")
-
+ self.pmdout.wait_link_status_up('all')
verification_errors: List[VerifyFailure] = []
iface = self.tester.get_interface(self.tester.get_local_port(self.dut_ports[0]))
@@ -998,7 +998,7 @@ class TestChecksumOffload(TestCase):
def test_hardware_checksum_check_l4_tx(self):
self.checksum_enablehw(self.dut_ports[0])
self.dut.send_expect("start", "testpmd>")
-
+ self.pmdout.wait_link_status_up('all')
verification_errors: List[VerifyFailure] = []
iface = self.tester.get_interface(self.tester.get_local_port(self.dut_ports[0]))
diff --git a/tests/TestSuite_dual_vlan.py b/tests/TestSuite_dual_vlan.py
index 87c5325b..614e70eb 100644
--- a/tests/TestSuite_dual_vlan.py
+++ b/tests/TestSuite_dual_vlan.py
@@ -510,8 +510,6 @@ class TestDualVlan(TestCase):
"ICE_25G-E810C_SFP",
"ICE_100G-E810C_QSFP",
"I40E_40G-QSFP_B",
- "I40E_10G-SFP_X722",
- "I40E_10G-10G_BASE_T_X722",
"IGB_1G-82574L",
"I40E_10G-10G_BASE_T_BC",
],
diff --git a/tests/TestSuite_generic_flow_api.py b/tests/TestSuite_generic_flow_api.py
index 92774c29..417131f2 100644
--- a/tests/TestSuite_generic_flow_api.py
+++ b/tests/TestSuite_generic_flow_api.py
@@ -1117,6 +1117,8 @@ class TestGeneric_flow_api(TestCase):
"I40E_10G-SFP_XL710",
"I40E_25G-25G_SFP28",
"I40E_40G-QSFP_A",
+ "I40E_10G-10G_BASE_T_X722",
+ "I40E_10G-SFP_X722",
"ICE_25G-E810C_SFP",
"ICE_100G-E810C_QSFP",
],
@@ -1138,6 +1140,8 @@ class TestGeneric_flow_api(TestCase):
"I40E_10G-SFP_XL710",
"I40E_25G-25G_SFP28",
"I40E_40G-QSFP_A",
+ "I40E_10G-10G_BASE_T_X722",
+ "I40E_10G-SFP_X722",
"ICE_25G-E810C_SFP",
"ICE_100G-E810C_QSFP",
]:
@@ -4146,6 +4150,8 @@ class TestGeneric_flow_api(TestCase):
"I40E_10G-SFP_XL710",
"I40E_25G-25G_SFP28",
"I40E_40G-QSFP_A",
+ "I40E_10G-10G_BASE_T_X722",
+ "I40E_10G-SFP_X722",
"ICE_25G-E810C_SFP",
"ICE_100G-E810C_QSFP",
],
@@ -4169,6 +4175,8 @@ class TestGeneric_flow_api(TestCase):
"I40E_10G-SFP_XL710",
"I40E_25G-25G_SFP28",
"I40E_40G-QSFP_A",
+ "I40E_10G-10G_BASE_T_X722",
+ "I40E_10G-SFP_X722",
"ICE_25G-E810C_SFP",
"ICE_100G-E810C_QSFP",
]:
--
2.17.1
next prev parent reply other threads:[~2022-10-20 8:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-20 7:44 [dts][PATCH V1 0/3] " Lingli Chen
2022-10-20 7:44 ` [dts][PATCH V1 1/3] conf/test_case_*: enable " Lingli Chen
2022-10-25 5:46 ` Huang, ZhiminX
2022-10-20 7:44 ` [dts][PATCH V1 2/3] framework/settings: add X722 in ETH_700_SERIES Lingli Chen
2022-10-25 5:49 ` Huang, ZhiminX
2022-10-20 7:44 ` Lingli Chen [this message]
2022-10-21 6:18 ` [dts][PATCH V1 3/3] tests/*: add X722 support cases Yuan, DukaiX
2022-10-25 5:49 ` Huang, ZhiminX
2022-11-18 8:06 ` lijuan.tu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221020074410.46527-4-linglix.chen@intel.com \
--to=linglix.chen@intel.com \
--cc=dts@dpdk.org \
--cc=zhiminx.huang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).