test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 1/2] tests/TestSuite_vf_vlan:adapt to I40E driver update
@ 2020-10-29  7:40 Xie wei
  2020-10-29  7:40 ` [dts] [PATCH V1 2/2] tests/TestSuite_kernelpf_iavf:adapt " Xie wei
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Xie wei @ 2020-10-29  7:40 UTC (permalink / raw)
  To: dts; +Cc: Xie wei

*Update i40e driver to 2.13.10, while vlan set filter on, the pkts with random vlan tag shall not be received.

Signed-off-by: Xie wei <weix.xie@intel.com>
---
 tests/TestSuite_vf_vlan.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_vf_vlan.py b/tests/TestSuite_vf_vlan.py
index a5754117..327c1466 100644
--- a/tests/TestSuite_vf_vlan.py
+++ b/tests/TestSuite_vf_vlan.py
@@ -273,7 +273,7 @@ class TestVfVlan(TestCase):
         self.vm0_testpmd.execute_cmd("start")
 
         out = self.send_and_getout(vlan=random_vlan, pkt_type="VLAN_UDP")
-        if self.kdriver == "i40e" or self.kdriver == 'ice':
+        if self.kdriver == 'ice':
             self.verify("received" in out, "Failed to received vlan packet!!!")
         else:
             self.verify(
@@ -395,7 +395,7 @@ class TestVfVlan(TestCase):
 
         # send packet with vlan
         out = self.send_and_getout(vlan=random_vlan, pkt_type="VLAN_UDP")
-        if self.kdriver == "i40e" or self.kdriver == 'ice':
+        if self.kdriver == 'ice':
             self.verify(
                 "received 1 packets" in out, "Received mismatched vlan packet while vlan filter on")
         else:
-- 
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-10-30  1:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29  7:40 [dts] [PATCH V1 1/2] tests/TestSuite_vf_vlan:adapt to I40E driver update Xie wei
2020-10-29  7:40 ` [dts] [PATCH V1 2/2] tests/TestSuite_kernelpf_iavf:adapt " Xie wei
2020-10-29  8:02   ` Xie, WeiX
2020-10-30  1:56   ` Ma, LihongX
2020-10-29  8:00 ` [dts] [PATCH V1 1/2] tests/TestSuite_vf_vlan:adapt " Xie, WeiX
2020-10-30  1:52 ` Ma, LihongX

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