[V1] tests/iavf_fdir: os-pkg support eth type rule as ice driver changed

Message ID 20210618163106.17817-1-qinx.sun@intel.com (mailing list archive)
State Superseded
Headers
Series [V1] tests/iavf_fdir: os-pkg support eth type rule as ice driver changed |

Commit Message

Sun, QinX June 18, 2021, 4:31 p.m. UTC
  according to ice driver commit 4a5ce42734d, the flow of ETH type should be supported by os pkg,
so remove the rule from the unsupport rule list

Signed-off-by: Qin Sun <qinx.sun@intel.com>
---
 tests/TestSuite_iavf_fdir.py | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/tests/TestSuite_iavf_fdir.py b/tests/TestSuite_iavf_fdir.py
index 27f92f80..852c7415 100644
--- a/tests/TestSuite_iavf_fdir.py
+++ b/tests/TestSuite_iavf_fdir.py
@@ -2973,7 +2973,6 @@  class TestIAVFFdir(TestCase):
         """
         rule = ["flow create 0 ingress pattern eth / ipv4 / udp / gtpu teid is 0x12345678 / gtp_psc qfi is 0x34 / end actions drop / end",
                 "flow create 0 ingress pattern eth / ipv4 / udp / pfcp s_field is 0 / end actions queue index 1 / end",
-                "flow create 0 ingress pattern eth type is 0x8863 / end actions queue index 1 / mark id 1 / end",
                 "flow create 0 ingress pattern eth / ipv4 / l2tpv3oip session_id is 17 / end actions rss queues 1 2 end / mark id 6 / end",
                 "flow create 0 ingress pattern eth / ipv6 / udp / esp spi is 6 / end actions rss queues 1 2 end / mark id 6 / end"]
         self.launch_testpmd()