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

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

diff --git a/tests/TestSuite_ipgre.py b/tests/TestSuite_ipgre.py
index 29d85ac..f188df0 100644
--- a/tests/TestSuite_ipgre.py
+++ b/tests/TestSuite_ipgre.py
@@ -257,7 +257,7 @@ class TestIpgre(TestCase):
         """
         Start testpmd with multi queues, add GRE filter that forward 
         inner/outer ip address 0.0.0.0 to queue 3, Send packet inner 
-        ip address matched and check packet recevied by queue 3
+        ip address matched and check packet received by queue 3
         """
         outer_mac = self.tester_iface_mac
         inner_mac = "10:00:00:00:00:00"
@@ -275,13 +275,13 @@ class TestIpgre(TestCase):
         cmd = "tunnel_filter add 0 %s %s 0.0.0.0 1 ipingre iip 0 3"%(outer_mac, inner_mac)
         self.dut.send_expect( cmd, "testpmd>")
         
-        # Send packet inner ip address matched and check packet recevied by queue 3
+        # Send packet inner ip address matched and check packet received by queue 3
         pkt_types = {"MAC_IP_GRE_IPv4-TUNNEL_UDP_PKT":  ["TUNNEL_GRENAT",  "INNER_L4_UDP"]}
         config_layers = {'ether': {'src': self.outer_mac_src},
                          'ipv4': {'dst': "0.0.0.0", 'proto': 'gre'}}
         self.check_packet_transmission(pkt_types, config_layers)
 
-        # Remove tunnel filter and check same packet recevied by queue 0
+        # Remove tunnel filter and check same packet received by queue 0
         cmd = "tunnel_filter rm 0 %s %s 0.0.0.0 1 ipingre iip 0 3"%(outer_mac, inner_mac)
         self.dut.send_expect( cmd, "testpmd>")
         
@@ -289,7 +289,7 @@ class TestIpgre(TestCase):
         cmd = "tunnel_filter add 0 %s %s 0.0.0.0 1 ipingre oip 0 3"%(outer_mac, inner_mac)
         self.dut.send_expect( cmd, "testpmd>")
 
-        # Send packet outer ip address matched and check packet recevied by queue 3.
+        # Send packet outer ip address matched and check packet received by queue 3.
         pkt_types = {"MAC_IP_GRE_IPv4-TUNNEL_UDP_PKT": ["TUNNEL_GRENAT", "INNER_L4_UDP"]}
         config_layers = {'ether': {'src': self.outer_mac_src},
                          'ipv4': {'dst': "0.0.0.0", 'proto': 'gre'}}
-- 
2.19.2

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

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