* Re: [dts] [PATCH V1]tests/TestSuite_qinq_filter: update new version dpdk testpmd commandline in dts
2019-10-30 21:02 [dts] [PATCH V1]tests/TestSuite_qinq_filter: update new version dpdk testpmd commandline in dts Xiao Qimai
@ 2019-10-30 9:10 ` Li, WenjieX A
0 siblings, 0 replies; 2+ messages in thread
From: Li, WenjieX A @ 2019-10-30 9:10 UTC (permalink / raw)
To: Xiao, QimaiX, dts; +Cc: Xiao, QimaiX, Li, WenjieX A
[-- Attachment #1: Type: text/plain, Size: 3480 bytes --]
Tested-by: Li, WenjieX A <wenjiex.a.li@intel.com>
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xiao Qimai
> Sent: Thursday, October 31, 2019 5:03 AM
> To: dts@dpdk.org
> Cc: Xiao, QimaiX <qimaix.xiao@intel.com>
> Subject: [dts] [PATCH V1]tests/TestSuite_qinq_filter: update new version dpdk
> testpmd commandline in dts
>
> change testpmd commandline in dts, according to dpdk-
> 2a0b41984c7ee304a86f0799b1388d7674694296
>
> Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
> ---
> tests/TestSuite_qinq_filter.py | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/tests/TestSuite_qinq_filter.py b/tests/TestSuite_qinq_filter.py index
> 372e9e9..738e5e4 100644
> --- a/tests/TestSuite_qinq_filter.py
> +++ b/tests/TestSuite_qinq_filter.py
> @@ -148,7 +148,7 @@ class TestQinqFilter(TestCase):
> --portmask=%s --port-topology=loop \
> --rxq=4 --txq=4 --disable-rss' % (self.target, self.coreMask,
> self.portMask),
> "testpmd> ", 30)
> - self.dut.send_expect("vlan set qinq on %s" % dutRxPortId, "testpmd> ")
> + 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("set fwd rxonly", "testpmd> ")
> self.dut.send_expect("set verbose 1", "testpmd> ") @@ -169,7 +169,7 @@
> class TestQinqFilter(TestCase):
> --portmask=%s --port-topology=loop \
> --rxq=4 --txq=4 --disable-rss' % (self.target, self.coreMask,
> self.portMask),
> "testpmd> ", 30)
> - self.dut.send_expect("vlan set qinq on %s" % dutRxPortId, "testpmd> ")
> + self.dut.send_expect("vlan set extend 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) @@ -206,7 +206,7 @@
> class TestQinqFilter(TestCase):
> --rxq=4 --txq=4 --disable-rss'
> % (self.target, self.coreMask,
> self.dut.ports_info[dutRxPortId]['pci']),
> "testpmd> ", 30)
> - self.dut.send_expect("vlan set qinq on %s" % dutRxPortId, "testpmd> ")
> + self.dut.send_expect("vlan set extend 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) @@ -275,7 +275,7 @@
> class TestQinqFilter(TestCase):
> --rxq=4 --txq=4 --disable-rss'
> % (self.target, self.coreMask,
> self.dut.ports_info[dutRxPortId]['pci']),
> "testpmd> ", 30)
> - self.dut.send_expect("vlan set qinq on %s" % dutRxPortId, "testpmd> ")
> + self.dut.send_expect("vlan set extend 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
[-- Attachment #2: TestQinqFilter.log --]
[-- Type: application/octet-stream, Size: 138720 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dts] [PATCH V1]tests/TestSuite_qinq_filter: update new version dpdk testpmd commandline in dts
@ 2019-10-30 21:02 Xiao Qimai
2019-10-30 9:10 ` Li, WenjieX A
0 siblings, 1 reply; 2+ messages in thread
From: Xiao Qimai @ 2019-10-30 21:02 UTC (permalink / raw)
To: dts; +Cc: Xiao Qimai
change testpmd commandline in dts, according to dpdk-2a0b41984c7ee304a86f0799b1388d7674694296
Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
---
tests/TestSuite_qinq_filter.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/TestSuite_qinq_filter.py b/tests/TestSuite_qinq_filter.py
index 372e9e9..738e5e4 100644
--- a/tests/TestSuite_qinq_filter.py
+++ b/tests/TestSuite_qinq_filter.py
@@ -148,7 +148,7 @@ class TestQinqFilter(TestCase):
--portmask=%s --port-topology=loop \
--rxq=4 --txq=4 --disable-rss' % (self.target, self.coreMask, self.portMask),
"testpmd> ", 30)
- self.dut.send_expect("vlan set qinq on %s" % dutRxPortId, "testpmd> ")
+ 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("set fwd rxonly", "testpmd> ")
self.dut.send_expect("set verbose 1", "testpmd> ")
@@ -169,7 +169,7 @@ class TestQinqFilter(TestCase):
--portmask=%s --port-topology=loop \
--rxq=4 --txq=4 --disable-rss' % (self.target, self.coreMask, self.portMask),
"testpmd> ", 30)
- self.dut.send_expect("vlan set qinq on %s" % dutRxPortId, "testpmd> ")
+ self.dut.send_expect("vlan set extend 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)
@@ -206,7 +206,7 @@ class TestQinqFilter(TestCase):
--rxq=4 --txq=4 --disable-rss'
% (self.target, self.coreMask, self.dut.ports_info[dutRxPortId]['pci']),
"testpmd> ", 30)
- self.dut.send_expect("vlan set qinq on %s" % dutRxPortId, "testpmd> ")
+ self.dut.send_expect("vlan set extend 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)
@@ -275,7 +275,7 @@ class TestQinqFilter(TestCase):
--rxq=4 --txq=4 --disable-rss'
% (self.target, self.coreMask, self.dut.ports_info[dutRxPortId]['pci']),
"testpmd> ", 30)
- self.dut.send_expect("vlan set qinq on %s" % dutRxPortId, "testpmd> ")
+ self.dut.send_expect("vlan set extend 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-30 9:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30 21:02 [dts] [PATCH V1]tests/TestSuite_qinq_filter: update new version dpdk testpmd commandline in dts Xiao Qimai
2019-10-30 9:10 ` Li, WenjieX A
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).