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

Rami Rosen ramirose at gmail.com
Sat Jan 19 13:39:32 CET 2019


Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 tests/TestSuite_jumboframes.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/TestSuite_jumboframes.py b/tests/TestSuite_jumboframes.py
index cbb284d..c1082f0 100644
--- a/tests/TestSuite_jumboframes.py
+++ b/tests/TestSuite_jumboframes.py
@@ -171,8 +171,8 @@ class TestJumboframes(TestCase):
 
     def test_jumboframes_normal_jumbo(self):
         """
-        When jumbo frame supported, this case is to verify that the normal size
-        packet forwrding should be support correct.
+        When jumbo frame is supported, this case is to verify that the normal size
+        packet forwarding should be supported correctly.
         """
         self.pmdout.start_testpmd("Default", "--max-pkt-len=%s --port-topology=loop --tx-offloads=0x8000" % (ETHER_JUMBO_FRAME_MTU))
         self.dut.send_expect("set fwd mac", "testpmd> ")
@@ -227,7 +227,7 @@ class TestJumboframes(TestCase):
 
     def tear_down_all(self):
         """
-        When the case of this test suite finished, the enviroment should
+        When the case of this test suite finished, the environment should
         clear up.
         """
         self.tester.send_expect("ifconfig %s mtu %s" % (self.tester.get_interface(self.tester.get_local_port(self.rx_port)), ETHER_STANDARD_MTU), "# ")
-- 
2.19.2



More information about the dts mailing list