From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 76B0E2BAE for ; Thu, 20 Apr 2017 16:06:39 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 20 Apr 2017 07:06:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,225,1488873600"; d="scan'208";a="91815189" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga005.fm.intel.com with ESMTP; 20 Apr 2017 07:06:37 -0700 Received: from silpixa00390858.ger.corp.intel.com (silpixa00390858.ir.intel.com [10.237.222.118]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id v3KE6aGc002677; Thu, 20 Apr 2017 15:06:36 +0100 From: Rami Rosen To: yong.liu@intel.com Cc: dts@dpdk.org, xueqin.lin@intel.com, Rami Rosen Date: Thu, 20 Apr 2017 10:00:12 +0300 Message-Id: <1492671612-2415-1-git-send-email-rami.rosen@intel.com> X-Mailer: git-send-email 2.4.11 Subject: [dts] [PATCH] tests: fix typos in DDP and MPLS test suite. X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2017 14:06:40 -0000 This patch fixes trivial typos in DDP and MPLS test suite. Signed-off-by: Rami Rosen --- 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