[dts] [PATCH] tests: fix typos in DDP and MPLS test suite.

Rami Rosen rami.rosen at intel.com
Thu Apr 20 09:00:12 CEST 2017


This patch fixes trivial typos in DDP and MPLS test suite.
Signed-off-by: Rami Rosen <rami.rosen at intel.com>
---
 tests/TestSuite_ddp_mpls.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/TestSuite_ddp_mpls.py b/tests/TestSuite_ddp_mpls.py
index 2481c01..08d58be 100644
--- a/tests/TestSuite_ddp_mpls.py
+++ b/tests/TestSuite_ddp_mpls.py
@@ -134,7 +134,7 @@ class Testddp_mpls(TestCase):
  
     def mpls_test(self, port='pf', pkt='udp'):
         """
-        Send mpls packet to dut, reveive packet from configured queue.
+        Send mpls packet to dut, receive packet from configured queue.
         Input: port type, packet type
         """        
         pkts = []
@@ -190,7 +190,7 @@ class Testddp_mpls(TestCase):
 
     def test_mpls_udp_pf(self):
         """
-        MPLS is supported by NVM with profile updated. Send mpls upd packet to PF, 
+        MPLS is supported by NVM with profile updated. Send mpls udp packet to PF,
         check PF could receive packet using configured queue, checksum is good.
         """
         self.load_profile()
@@ -208,7 +208,7 @@ class Testddp_mpls(TestCase):
     
     def test_mpls_udp_vf(self):
         """
-        MPLS is supported by NVM with profile updated. Send mpls upd packet to VF, 
+        MPLS is supported by NVM with profile updated. Send mpls udp packet to VF,
         check VF could receive packet using configured queue, checksum is good.
         """
         self.load_profile()
-- 
2.4.11



More information about the dts mailing list