test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] vlan case failed on 25G FVL if not enable vlan filter or disable promisc
@ 2017-10-19  2:17 Xueqin Lin
  2017-10-23  9:23 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Xueqin Lin @ 2017-10-19  2:17 UTC (permalink / raw)
  To: dts; +Cc: Xueqin Lin

---
 tests/TestSuite_vlan.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py
index 314cc75..dc68a6e 100644
--- a/tests/TestSuite_vlan.py
+++ b/tests/TestSuite_vlan.py
@@ -75,7 +75,7 @@ class TestVlan(TestCase):
         self.dut.send_expect("set verbose 1", "testpmd> ")
         out = self.dut.send_expect("set fwd mac", "testpmd> ")
 
-        if self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortpark_TLV"]:
+        if self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortpark_TLV", "fortville_25g"]:
             self.dut.send_expect("vlan set filter on %s" % dutRxPortId, "testpmd> ")
             self.dut.send_expect("set promisc all off",  "testpmd> ")
 
-- 
2.5.5

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

* Re: [dts] [PATCH] vlan case failed on 25G FVL if not enable vlan filter or disable promisc
  2017-10-19  2:17 [dts] [PATCH] vlan case failed on 25G FVL if not enable vlan filter or disable promisc Xueqin Lin
@ 2017-10-23  9:23 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2017-10-23  9:23 UTC (permalink / raw)
  To: Xueqin Lin, dts

Thanks Xueqin, applied.

On 10/19/2017 10:17 AM, Xueqin Lin wrote:
> ---
>   tests/TestSuite_vlan.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

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

end of thread, other threads:[~2017-10-23  1:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-19  2:17 [dts] [PATCH] vlan case failed on 25G FVL if not enable vlan filter or disable promisc Xueqin Lin
2017-10-23  9:23 ` Liu, Yong

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