[dts] [PATCH V1]tests/TestSuite_qinq_filter: update new version dpdk testpmd commandline in dts

Li, WenjieX A wenjiex.a.li at intel.com
Wed Oct 30 10:10:26 CET 2019


Tested-by: Li, WenjieX A <wenjiex.a.li at intel.com>

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Xiao Qimai
> Sent: Thursday, October 31, 2019 5:03 AM
> To: dts at dpdk.org
> Cc: Xiao, QimaiX <qimaix.xiao at 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 at 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: TestQinqFilter.log
Type: application/octet-stream
Size: 138720 bytes
Desc: TestQinqFilter.log
URL: <http://mails.dpdk.org/archives/dts/attachments/20191030/222104a0/attachment.obj>


More information about the dts mailing list