test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] tests/vf_kernel: 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_kernel.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_vf_kernel.py b/tests/TestSuite_vf_kernel.py
index cad4a3a..cb3dd51 100644
--- a/tests/TestSuite_vf_kernel.py
+++ b/tests/TestSuite_vf_kernel.py
@@ -223,7 +223,7 @@ class TestVfKernel(TestCase):
 
     def ping4(self, session, intf, ipv4):
         """
-        using seesion , ping -I $intf $ip
+        using session , ping -I $intf $ip
         sometimes it failed, so we try 5 times.
         """
         for i in range(5):
@@ -433,7 +433,7 @@ class TestVfKernel(TestCase):
         out = self.vm0_dut.send_expect("ls /proc/net/vlan/ ", "#")
         self.verify("%s.%s" % (self.vm0_intf0, vlan_ids)
                     not in out, "vlan error")
-        # behavior is diffrent bettwn niantic and fortville ,because of kernel
+        # behavior is different between niantic and fortville ,because of kernel
         # driver
         self.verify(self.verify_vm_tcpdump(self.vm0_dut, self.vm0_intf0,
                                            vm0_vf0_mac, vlan_id='%d' % vlan_ids, param='-p') == False, "delete vlan error")
-- 
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_kernel: 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).