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

Signed-off-by: Rami Rosen <ramirose@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

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

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