* Re: [dts] [PATCH V1] tests/fortville_rss_granularity_config: remove test_dual_vlan
2021-07-27 17:09 [dts] [PATCH V1] tests/fortville_rss_granularity_config: remove test_dual_vlan Yan Xia
@ 2021-07-27 9:19 ` Peng, Yuan
0 siblings, 0 replies; 2+ messages in thread
From: Peng, Yuan @ 2021-07-27 9:19 UTC (permalink / raw)
To: Xia, YanX, dts; +Cc: Xia, YanX
Acked by Peng, Yuan <yuan.peng@intel.com>
-----Original Message-----
From: dts <dts-bounces@dpdk.org> On Behalf Of Yan Xia
Sent: Wednesday, July 28, 2021 1:09 AM
To: dts@dpdk.org
Cc: Xia, YanX <yanx.xia@intel.com>
Subject: [dts] [PATCH V1] tests/fortville_rss_granularity_config: remove test_dual_vlan
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dts] [PATCH V1] tests/fortville_rss_granularity_config: remove test_dual_vlan
@ 2021-07-27 17:09 Yan Xia
2021-07-27 9:19 ` Peng, Yuan
0 siblings, 1 reply; 2+ messages in thread
From: Yan Xia @ 2021-07-27 17:09 UTC (permalink / raw)
To: dts; +Cc: Yan Xia
remove test_dual_vlan because of moving it to TestSuite_generic_flow_api
Signed-off-by: Yan Xia <yanx.xia@intel.com>
---
| 58 -------------------
1 file changed, 58 deletions(-)
--git a/tests/TestSuite_fortville_rss_granularity_config.py b/tests/TestSuite_fortville_rss_granularity_config.py
index 3ebd5139..a4de80e2 100644
--- a/tests/TestSuite_fortville_rss_granularity_config.py
+++ b/tests/TestSuite_fortville_rss_granularity_config.py
@@ -484,64 +484,6 @@ class TestFortvilleRssGranularityConfig(TestCase):
flag = 0
self.verify(flag, "The two hash values are different, rss_granularity_config failed!")
- def test_dual_vlan(self):
- """
- Test with flow type dual vlan(QinQ).
- """
- flag = 1
-
- # test with different rss queues
- for queue in testQueues:
- self.pmdout.start_testpmd(
- "Default", " --portmask=0x1 --rxq=%d --txq=%d" % (queue, queue))
-
- self.dut.send_expect("set verbose 8", "testpmd> ")
- self.dut.send_expect("set fwd rxonly", "testpmd> ")
-
- self.dut.send_expect("port stop all", "testpmd> ")
- self.dut.send_expect("vlan set extend on 0", "testpmd> ")
- self.dut.send_expect(
- "set_hash_global_config 0 toeplitz l2_payload enable", "testpmd> ")
- self.dut.send_expect("port start all", "testpmd> ")
- res = self.pmdout.wait_link_status_up("all")
- self.verify(res is True, "link is donw")
-
- self.dut.send_expect(
- "port config all rss ether", "testpmd> ")
- self.send_packet(self.itf, "l2_payload")
-
- # set hash input set to "none" by testpmd on dut
- self.dut.send_expect("set_hash_input_set 0 l2_payload none select", "testpmd> ")
- self.send_packet(self.itf, "l2_payload")
-
- # set hash input set by testpmd on dut, enable ovlan
- self.dut.send_expect("set_hash_input_set 0 l2_payload ovlan add", "testpmd> ")
- self.send_packet(self.itf, "l2_payload")
-
- # set hash input set by testpmd on dut, enable ovlan & ivlan
- self.dut.send_expect("set_hash_input_set 0 l2_payload ivlan add", "testpmd> ")
- self.send_packet(self.itf, "l2_payload")
-
- self.dut.send_expect("quit", "# ", 30)
-
- self.result_table_print()
- result_rows = self.result_table_getrows()
- self.verify(len(result_rows) > 1, "There is no data in the table, testcase failed!")
-
- # check the results
- if ((result_rows[1][1] != result_rows[2][1])or(result_rows[1][3] != result_rows[2][3])):
- flag = 0
- self.verify(flag, "The two hash values are different, rss_granularity_config failed!")
- elif ((result_rows[1][1] == result_rows[3][1])or(result_rows[1][3] == result_rows[3][3])):
- flag = 0
- self.verify(flag, "The two hash values are the same, rss_granularity_config failed!")
- elif ((result_rows[1][1] == result_rows[4][1])or(result_rows[1][3] == result_rows[4][3])):
- flag = 0
- self.verify(flag, "The two hash values are the same, rss_granularity_config failed!")
- elif ((result_rows[3][1] == result_rows[4][1])or(result_rows[3][3] == result_rows[4][3])):
- flag = 0
- self.verify(flag, "The two hash values are the same, rss_granularity_config failed!")
-
def test_GRE_keys(self):
"""
Test with 32-bit GRE keys and 24-bit GRE keys.
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-27 9:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-27 17:09 [dts] [PATCH V1] tests/fortville_rss_granularity_config: remove test_dual_vlan Yan Xia
2021-07-27 9:19 ` Peng, Yuan
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).