[dts] [PATCH V1] tests/qinq_filter: add vlan qinq_strip on before testing for show QINQ_VLAN flag in log

Zhou, Jun junx.w.zhou at intel.com
Thu Aug 13 07:58:08 CEST 2020


From: Zhou jun <junx.w.zhou at intel.com>

add vlan qinq_strip on before testing for show QINQ_VLAN flag in log

Signed-off-by: Zhou jun <junx.w.zhou at intel.com>
---
 tests/TestSuite_qinq_filter.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_qinq_filter.py b/tests/TestSuite_qinq_filter.py
index de5520d..560f08d 100644
--- a/tests/TestSuite_qinq_filter.py
+++ b/tests/TestSuite_qinq_filter.py
@@ -150,6 +150,7 @@ class TestQinqFilter(TestCase):
                                "testpmd> ", 30)
         self.dut.send_expect("vlan set extend on %s" % dutRxPortId, "testpmd> ")
         self.dut.send_expect("vlan set strip on %s" % dutRxPortId, "testpmd> ")
+        self.dut.send_expect("vlan set qinq_strip on %s" % dutRxPortId, "testpmd> ")
         self.dut.send_expect("set fwd rxonly", "testpmd> ")
         self.dut.send_expect("set verbose 1", "testpmd> ")
         self.dut.send_expect("start", "testpmd> ", 120)
-- 
1.8.3.1



More information about the dts mailing list