[dts] [PATCH] tests/jumboframe: fix a typo

Rami Rosen ramirose at gmail.com
Sat Jan 5 19:27:55 CET 2019


This patch fixes a typo in tests/TestSuite_jumboframes.py.

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

diff --git a/tests/TestSuite_jumboframes.py b/tests/TestSuite_jumboframes.py
index 0038c1b..b3d53d8 100644
--- a/tests/TestSuite_jumboframes.py
+++ b/tests/TestSuite_jumboframes.py
@@ -142,7 +142,7 @@ class TestJumboframes(TestCase):
     def test_jumboframes_normal_nojumbo(self):
         """
         This case aims to test transmitting normal size packet without jumbo
-        f=rame on testpmd app.
+        frame on testpmd app.
         """
         self.pmdout.start_testpmd("Default", "--max-pkt-len=%d --port-topology=loop --tx-offloads=0x8000" % (ETHER_STANDARD_MTU))
         self.dut.send_expect("set fwd mac", "testpmd> ")
-- 
2.19.2



More information about the dts mailing list