From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D80992629 for ; Wed, 26 Jul 2017 05:01:54 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2017 20:01:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,413,1496127600"; d="scan'208";a="997230693" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.120]) ([10.67.119.120]) by orsmga003.jf.intel.com with ESMTP; 25 Jul 2017 20:01:52 -0700 Message-ID: <5978812E.8090900@intel.com> Date: Wed, 26 Jul 2017 19:46:54 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Rami Rosen CC: dts@dpdk.org References: <1500271625-6480-1-git-send-email-rami.rosen@intel.com> In-Reply-To: <1500271625-6480-1-git-send-email-rami.rosen@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] tests: fix a typo in qinq. 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: Wed, 26 Jul 2017 03:01:55 -0000 Thanks, Rami. Applied. On 07/17/2017 02:07 PM, Rami Rosen wrote: > This patch fixes a typo in qinq test suite (TestSuite_qinq_filter.py). > > Signed-off-by: Rami Rosen > --- > tests/TestSuite_qinq_filter.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/TestSuite_qinq_filter.py b/tests/TestSuite_qinq_filter.py > index 9d03fe926569..a6787ca67ad7 100644 > --- a/tests/TestSuite_qinq_filter.py > +++ b/tests/TestSuite_qinq_filter.py > @@ -54,7 +54,7 @@ class TestQinqFilter(TestCase): > > self.verify(self.nic in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25G"], > "NIC %s not support this test" % self.nic) > - print 'this case only support fortville with 6.0.0+ firemware and dpdk17.05+' > + print 'this case only supports fortville with 6.0.0+ firmware and dpdk17.05+' > ports = self.dut.get_ports() > # Verify that enough ports are available > self.verify(len(ports) >= 1, "Insufficient ports")