test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests/vf_jumboframe: fix typos
@ 2019-01-19 12:46 Rami Rosen
  0 siblings, 0 replies; only message in thread
From: Rami Rosen @ 2019-01-19 12:46 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

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

diff --git a/tests/TestSuite_vf_jumboframe.py b/tests/TestSuite_vf_jumboframe.py
index dfafbd4..32f89d7 100644
--- a/tests/TestSuite_vf_jumboframe.py
+++ b/tests/TestSuite_vf_jumboframe.py
@@ -223,7 +223,7 @@ class TestVfJumboFrame(TestCase):
     def test_vf_normal_withjumbo(self):
         """
         When jumbo frame supported, this case is to verify that the normal size
-        packet forwrding should be support correct.
+        packet forwarding should be support correct.
         """
         # should enable jumbo on host
         self.dutobj = self.dut.ports_info[self.port]['port']
@@ -257,7 +257,7 @@ class TestVfJumboFrame(TestCase):
         # On igb, for example i350, refer to :DPDK-1117
         # For PF, the max-pkt-len = mtu + 18 + 4(VLAN header len).
         # For VF, the real max-pkt-len = the given max-pkt-len + 4(VLAN header len).
-        # This behavior is levelraged from kernel driver.
+        # This behavior is leveraged from kernel driver.
         # And it means max-pkt-len is always 4 bytes longer than assumed.
 
         if self.kdriver == "igb":
@@ -320,7 +320,7 @@ class TestVfJumboFrame(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.destroy_vm_env()
-- 
2.19.2

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

only message in thread, other threads:[~2019-01-19 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-19 12:46 [dts] [PATCH] tests/vf_jumboframe: fix typos 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).