test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] dual_vlan: fix a typo in dual vlan test module
@ 2019-03-14  5:43 Rami Rosen
  0 siblings, 0 replies; only message in thread
From: Rami Rosen @ 2019-03-14  5:43 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

This patch fixes a trivial typo in dual vlan test module:
reviceive package=>receive packet.

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

diff --git a/tests/TestSuite_dual_vlan.py b/tests/TestSuite_dual_vlan.py
index 42497ef..3f36a1d 100644
--- a/tests/TestSuite_dual_vlan.py
+++ b/tests/TestSuite_dual_vlan.py
@@ -262,7 +262,7 @@ class TestDualVlan(TestCase):
                 resultList.append("vlan %s" % allResult[resultKey][i])
             resultList.append("vlan %s" % allResult[resultKey][len(allResult[resultKey]) - 1])
             for line in resultList:
-                self.verify(line in out, "reviceive package is wrong:%s" % out)
+                self.verify(line in out, "receive packet is wrong:%s" % out)
 
     def set_up(self):
         """
-- 
1.8.3.1


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

only message in thread, other threads:[~2019-03-14  5:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-14  5:43 [dts] [PATCH] dual_vlan: fix a typo in dual vlan test module Rami Rosen

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