[dts] [PATCH] tests/etag: fix typos

Rami Rosen ramirose at gmail.com
Sat Jan 19 13:36:27 CET 2019


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

diff --git a/tests/TestSuite_etag.py b/tests/TestSuite_etag.py
index 68cca44..7cf93eb 100644
--- a/tests/TestSuite_etag.py
+++ b/tests/TestSuite_etag.py
@@ -263,8 +263,8 @@ class TestEtag(TestCase):
                           ['set verbose 1'],
                           ['start']]
             if test_type == 'etag_pf':
-                # Same E-tag forwarding to PF0, Send 802.1BR packet with broardcast mac and
-                # check packet only recevied on PF
+                # Same E-tag forwarding to PF0, Send 802.1BR packet with broadcast mac and
+                # check packet only received on PF
                 
                 host_cmds = [['E-tag set filter add e-tag-id 1000 dst-pool 2 port 0'],
                              ['set fwd mac'],
@@ -276,8 +276,8 @@ class TestEtag(TestCase):
                 pkt_types = {'ETAG_UDP': {'dut':['type=0x893f'],
                                           'layer_configs': config_layers}}
             elif test_type == 'etag_remove':
-                # Remove E-tag, Send 802.1BR packet with broardcast mac and check packet not
-                # recevied
+                # Remove E-tag, Send 802.1BR packet with broadcast mac and check packet not
+                # received
                 host_cmds = [ ['E-tag set filter del e-tag-id 1000 port 0'],
                               ['set fwd rxonly'],
                               ['set verbose 1'],
@@ -288,8 +288,8 @@ class TestEtag(TestCase):
                                           'dut':[''],
                                           'layer_configs': config_layers}}
             else:
-                # Same E-tag forwarding to VF0, Send 802.1BR packet with broardcast mac and
-                # check packet only recevied on VF0 or VF1
+                # Same E-tag forwarding to VF0, Send 802.1BR packet with broadcast mac and
+                # check packet only received on VF0 or VF1
                 host_cmds = [['E-tag set filter add e-tag-id 1000 dst-pool %d port 0'%test_type[-1:]],
                              ['set fwd rxonly'],
                              ['set verbose 1'],
-- 
2.19.2



More information about the dts mailing list