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

Rami Rosen ramirose at gmail.com
Sat Jan 19 13:41:47 CET 2019


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

diff --git a/tests/TestSuite_qinq_filter.py b/tests/TestSuite_qinq_filter.py
index 0fdabfe..143f680 100644
--- a/tests/TestSuite_qinq_filter.py
+++ b/tests/TestSuite_qinq_filter.py
@@ -66,7 +66,7 @@ class TestQinqFilter(TestCase):
         port = self.tester.get_local_port(dutRxPortId)
         self.txItf = self.tester.get_interface(port)
         self.smac = self.tester.get_mac(port)
-        # the package dect mac must is dut tx port id when the port promisc is off
+        # the packet dest mac must is dut tx port id when the port promisc is off
         self.dmac = self.dut.get_mac_address(dutRxPortId)
 
         self.portMask = utils.create_mask(valports[:1])
@@ -94,7 +94,7 @@ class TestQinqFilter(TestCase):
 
     def creat_pcap(self, vlans_list):
         """
-        creat pcap and changed out vlan tpid to 0x88a8
+        create pcap and changed out vlan tpid to 0x88a8
         """
         packets = []
         for vlan in vlans_list:
@@ -263,7 +263,7 @@ class TestQinqFilter(TestCase):
         
     def test_qinq_filter_with_diffierent_tpid(self):
         """
-        qinq filter packet with diffferent tpid  received by assign VF queues
+        qinq filter packet with different tpid  received by assign VF queues
         """
         self.config_vfs(dutRxPortId, 2)
         vf_list = self.dut.ports_info[dutRxPortId]['sriov_vfs_pci']
-- 
2.19.2



More information about the dts mailing list