From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E49E9532C for ; Mon, 17 Jul 2017 08:07:00 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jul 2017 23:06:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,373,1496127600"; d="scan'208";a="125885946" Received: from imail001.iil.intel.com ([10.184.207.12]) by orsmga005.jf.intel.com with ESMTP; 16 Jul 2017 23:06:59 -0700 Received: from cghost.iil.intel.com (cghost.iil.intel.com [143.185.141.70]) by imail001.iil.intel.com with ESMTP id v6H66uvZ024150; Mon, 17 Jul 2017 09:06:56 +0300 From: Rami Rosen To: yong.liu@intel.com Cc: dts@dpdk.org, Rami Rosen Date: Mon, 17 Jul 2017 09:07:05 +0300 Message-Id: <1500271625-6480-1-git-send-email-rami.rosen@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [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: Mon, 17 Jul 2017 06:07:02 -0000 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") -- 2.7.4