From: "Zhou, Jun" <junx.w.zhou@intel.com>
To: dts@dpdk.org
Cc: Zhou jun <junx.w.zhou@intel.com>
Subject: [dts] [PATCH V1] tests/qinq_filter: add vlan qinq_strip on before testing for show QINQ_VLAN flag in log
Date: Thu, 13 Aug 2020 05:58:08 +0000 [thread overview]
Message-ID: <20200813055808.40743-1-junx.w.zhou@intel.com> (raw)
From: Zhou jun <junx.w.zhou@intel.com>
add vlan qinq_strip on before testing for show QINQ_VLAN flag in log
Signed-off-by: Zhou jun <junx.w.zhou@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
next reply other threads:[~2020-08-13 6:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-13 5:58 Zhou, Jun [this message]
2020-08-13 6:11 ` Zhou, JunX W
2020-08-21 2:39 ` Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200813055808.40743-1-junx.w.zhou@intel.com \
--to=junx.w.zhou@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).