test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1]tests/TestSuite_fortville_rss_granularity_config: update testpmd command in dpdk_2a0b41984c7
@ 2019-10-30 15:25 Xiao Qimai
  0 siblings, 0 replies; only message in thread
From: Xiao Qimai @ 2019-10-30 15:25 UTC (permalink / raw)
  To: dts; +Cc: Xiao Qimai

change testpmd cmd "vlan set qinq on 0" to "vlan set qinq_strip on 0" in dpdk-2a0b41984c7

Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
---
 tests/TestSuite_fortville_rss_granularity_config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_fortville_rss_granularity_config.py b/tests/TestSuite_fortville_rss_granularity_config.py
index e827df2..094107a 100644
--- a/tests/TestSuite_fortville_rss_granularity_config.py
+++ b/tests/TestSuite_fortville_rss_granularity_config.py
@@ -505,7 +505,7 @@ class TestFortvilleRssGranularityConfig(TestCase):
             self.dut.send_expect("set fwd rxonly", "testpmd> ")
 
             self.dut.send_expect("port stop all", "testpmd> ")
-            self.dut.send_expect("vlan set qinq on 0", "testpmd> ")
+            self.dut.send_expect("vlan set qinq_strip on 0", "testpmd> ")
             self.dut.send_expect(
                 "set_hash_global_config  0 toeplitz l2_payload enable", "testpmd> ")
             self.dut.send_expect("port start all", "testpmd> ")
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-30  3:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30 15:25 [dts] [PATCH V1]tests/TestSuite_fortville_rss_granularity_config: update testpmd command in dpdk_2a0b41984c7 Xiao Qimai

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