test suite reviews and discussions
 help / color / mirror / Atom feed
From: Rami Rosen <ramirose@gmail.com>
To: dts@dpdk.org
Cc: Rami Rosen <ramirose@gmail.com>
Subject: [dts] [PATCH] tests/vxlan_sample: fix typos
Date: Sat, 19 Jan 2019 14:48:16 +0200	[thread overview]
Message-ID: <20190119124816.12363-1-ramirose@gmail.com> (raw)

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

                 reply	other threads:[~2019-01-19 12:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190119124816.12363-1-ramirose@gmail.com \
    --to=ramirose@gmail.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).