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

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

diff --git a/tests/TestSuite_vxlan_sample.py b/tests/TestSuite_vxlan_sample.py
index bef5bb6..2033866 100644
--- a/tests/TestSuite_vxlan_sample.py
+++ b/tests/TestSuite_vxlan_sample.py
@@ -180,7 +180,7 @@ class TestVxlanSample(TestCase):
         pass
 
     def prepare_vxlan_sample_env(self, tep_cmd, vm_num=1):
-        # remove unexpected socke
+        # remove unexpected socket
         self.dut.send_expect("rm -rf vhost-net", "# ")
 
         # start tep_termination first
@@ -331,7 +331,7 @@ class TestVxlanSample(TestCase):
             mac_incr = 2 * vm_id + vf_id
             params['inner_mac_dst'] = self.mac_address_add(mac_incr)
 
-            # create vxlan pcap file and tranfer it to tester
+            # create vxlan pcap file and transfer it to tester
             vxlan_pkt = VxlanTestConfig(self, **params)
             vxlan_pkt.create_pcap()
 
@@ -366,7 +366,7 @@ class TestVxlanSample(TestCase):
             mac_incr = 2 * vm_id + vf_id
             params['inner_mac_dst'] = self.mac_address_add(mac_incr)
 
-            # create vxlan pcap file and tranfer it to tester
+            # create vxlan pcap file and transfer it to tester
             vxlan_pkt = VxlanTestConfig(self, **params)
             vxlan_pkt.create_pcap()
 
@@ -416,7 +416,7 @@ class TestVxlanSample(TestCase):
             params['inner_ip_invalid'] = 1
             params['inner_l4_invalid'] = 1
 
-            # create vxlan pcap file and tranfer it to tester
+            # create vxlan pcap file and transfer it to tester
             vxlan_pkt = VxlanTestConfig(self, **params)
             vxlan_pkt.create_pcap()
 
@@ -464,7 +464,7 @@ class TestVxlanSample(TestCase):
             # check packet number and payload
             self.verify(len(pkts) == 4, "Failed to capture tso packets")
 
-            # calculation  checksum, and checkt it
+            # calculation  checksum, and check it
             for pkt in pkts:
                 inner = pkt[Vxlan]
                 inner_ip_chksum = inner[IP].chksum
@@ -559,7 +559,7 @@ class TestVxlanSample(TestCase):
             params['payload_size'] = vxlan_payload
             params['pcap_file'] = 'vxlan_sample.pcap'
 
-            # create vxlan pcap file and tranfer it to tester
+            # create vxlan pcap file and transfer it to tester
             vxlan_pkt = VxlanTestConfig(self, **params)
             vxlan_pkt.create_pcap()
 
@@ -572,7 +572,7 @@ class TestVxlanSample(TestCase):
                 params['inner_mac_dst'] = self.mac_address_add(mac_incr)
                 params['pcap_file'] = 'vxlan_sample_1.pcap'
 
-                # create vxlan pcap file and tranfer it to tester
+                # create vxlan pcap file and transfer it to tester
                 vxlan_pkt = VxlanTestConfig(self, **params)
                 vxlan_pkt.create_pcap(scp=False)
 
-- 
2.19.2

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

only message in thread, other threads:[~2019-01-19 12:48 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:48 [dts] [PATCH] tests/vxlan_sample: 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).