test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1 4/4] tests/vxlan_gpe_support_in_i40e: delete tunnel_filter_vxlan_gpe
@ 2021-11-18 10:23 Yan Xia
  0 siblings, 0 replies; only message in thread
From: Yan Xia @ 2021-11-18 10:23 UTC (permalink / raw)
  To: dts; +Cc: Yan Xia

delete tunnel_filter_vxlan_gpe that legcay command not be supported and not new
command to replace
dpdk commit-id:251baec36  ethdev: remove legacy tunnel filter type support 

Signed-off-by: Yan Xia <yanx.xia@intel.com>
---
 tests/TestSuite_vxlan_gpe_support_in_i40e.py | 33 --------------------
 1 file changed, 33 deletions(-)

diff --git a/tests/TestSuite_vxlan_gpe_support_in_i40e.py b/tests/TestSuite_vxlan_gpe_support_in_i40e.py
index 555f7a0f..a2002247 100644
--- a/tests/TestSuite_vxlan_gpe_support_in_i40e.py
+++ b/tests/TestSuite_vxlan_gpe_support_in_i40e.py
@@ -254,39 +254,6 @@ class TestVxlanGpeSupportInI40e(TestCase):
         self.pmdout.execute_cmd('quit', '#')
         self.verify('L3_IPV4_EXT_UNKNOWN' in out and '%s' % VXLAN_GPE_PORT not in out, 'no detect vxlan-gpe packet')
 
-    def test_tunnel_filter_vxlan_gpe(self):
-        """
-        verify tunnel filter feature
-        """
-        pmd_temp = "./%(TARGET)s -c %(COREMASK)s -n " + \
-            "%(CHANNEL)d -- -i --disable-rss --rxq=4 --txq=4" + \
-            " --nb-cores=4 --portmask=%(PORT)s"
-        path = self.dut.apps_name['test-pmd']
-        pmd_cmd = pmd_temp % {'TARGET': path,
-                              'COREMASK': self.coremask,
-                              'CHANNEL': self.dut.get_memory_channels(),
-                              'PORT': self.portMask}
-        self.dut.send_expect(pmd_cmd, "testpmd>", 30)
-
-        self.dut.send_expect("set fwd rxonly", "testpmd>", 10)
-        self.dut.send_expect("set verbose 1", "testpmd>", 10)
-        self.enable_vxlan(self.dut_port)
-
-        # check inner mac + inner vlan filter can work
-        self.filter_and_check(filter_type="imac-ivlan", vlan=1)
-        # check inner mac + inner vlan + tunnel id filter can work
-        self.filter_and_check(filter_type="imac-ivlan-tenid", vlan=1)
-        # check inner mac + tunnel id filter can work
-        self.filter_and_check(filter_type="imac-tenid")
-        # check inner mac filter can work
-        self.filter_and_check(filter_type="imac")
-        # check outer mac + inner mac + tunnel id filter can work
-        self.filter_and_check(filter_type="omac-imac-tenid")
-        # iip not supported by now
-        self.filter_and_check(filter_type="iip")
-
-        self.dut.send_expect("quit", "#", 10)
-
     def enable_vxlan(self, port):
         self.dut.send_expect("rx_vxlan_port add %d %d"
                              % (VXLAN_GPE_PORT, port),
-- 
2.33.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-18  2:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-18 10:23 [dts][PATCH V1 4/4] tests/vxlan_gpe_support_in_i40e: delete tunnel_filter_vxlan_gpe Yan Xia

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).