test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests/dual_vlan: fix two typos
@ 2019-03-09 13:02 Rami Rosen
  2019-03-15  8:31 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2019-03-09 13:02 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

This patch fixes two typos in dual vlan test module.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 tests/TestSuite_dual_vlan.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_dual_vlan.py b/tests/TestSuite_dual_vlan.py
index 42497ef..eef3df1 100644
--- a/tests/TestSuite_dual_vlan.py
+++ b/tests/TestSuite_dual_vlan.py
@@ -383,7 +383,7 @@ class TestDualVlan(TestCase):
 
         self.vlan_send_packet()
         out = self.get_tcpdump_package()
-        self.verify("vlan %s" % txvlan in out, "vlan inset enalber error: " + out)
+        self.verify("vlan %s" % txvlan in out, "vlan insert enable error: " + out)
 
         self.dut.send_expect("stop", "testpmd> ")
         self.dut.send_expect("port stop all", "testpmd> ")
@@ -394,7 +394,7 @@ class TestDualVlan(TestCase):
 
         self.vlan_send_packet()
         out = self.get_tcpdump_package()
-        self.verify("vlan %s" % txvlan not in out, "vlan inset disable error: " + out)
+        self.verify("vlan %s" % txvlan not in out, "vlan insert disable error: " + out)
 
     def test_vlan_tpid_config(self):
         """
-- 
2.19.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH] tests/dual_vlan: fix two typos
  2019-03-09 13:02 [dts] [PATCH] tests/dual_vlan: fix two typos Rami Rosen
@ 2019-03-15  8:31 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-03-15  8:31 UTC (permalink / raw)
  To: Rami Rosen, dts

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen
> Sent: Saturday, March 9, 2019 9:02 PM
> To: dts@dpdk.org
> Cc: Rami Rosen <ramirose@gmail.com>
> Subject: [dts] [PATCH] tests/dual_vlan: fix two typos
> 
> This patch fixes two typos in dual vlan test module.
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
> ---
>  tests/TestSuite_dual_vlan.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/TestSuite_dual_vlan.py b/tests/TestSuite_dual_vlan.py index
> 42497ef..eef3df1 100644
> --- a/tests/TestSuite_dual_vlan.py
> +++ b/tests/TestSuite_dual_vlan.py
> @@ -383,7 +383,7 @@ class TestDualVlan(TestCase):
> 
>          self.vlan_send_packet()
>          out = self.get_tcpdump_package()
> -        self.verify("vlan %s" % txvlan in out, "vlan inset enalber error: " + out)
> +        self.verify("vlan %s" % txvlan in out, "vlan insert enable
> + error: " + out)
> 
>          self.dut.send_expect("stop", "testpmd> ")
>          self.dut.send_expect("port stop all", "testpmd> ") @@ -394,7 +394,7 @@
> class TestDualVlan(TestCase):
> 
>          self.vlan_send_packet()
>          out = self.get_tcpdump_package()
> -        self.verify("vlan %s" % txvlan not in out, "vlan inset disable error: " + out)
> +        self.verify("vlan %s" % txvlan not in out, "vlan insert disable
> + error: " + out)
> 
>      def test_vlan_tpid_config(self):
>          """
> --
> 2.19.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-15  8:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-09 13:02 [dts] [PATCH] tests/dual_vlan: fix two typos Rami Rosen
2019-03-15  8:31 ` Tu, Lijuan

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