From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3C9ABC57E for ; Mon, 29 Jun 2015 05:33:13 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 28 Jun 2015 20:33:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,696,1427785200"; d="scan'208";a="719336590" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by orsmga001.jf.intel.com with ESMTP; 28 Jun 2015 20:33:11 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 29 Jun 2015 11:30:44 +0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.46]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.246]) with mapi id 14.03.0224.002; Mon, 29 Jun 2015 11:30:43 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" Thread-Topic: [dts] fix case bl_oneportblacklisted timeout issue Thread-Index: AQHQrvI3t9wAJWAMo0WUICZWtZH2Fp3C2gAQ Date: Mon, 29 Jun 2015 03:30:42 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E10E54464@SHSMSX103.ccr.corp.intel.com> References: <1435200833-25826-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1435200833-25826-1-git-send-email-huilongx.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] fix case bl_oneportblacklisted timeout issue 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, 29 Jun 2015 03:33:13 -0000 Applied into 1.1 branch. Thanks. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of huilong,xu > Sent: Thursday, June 25, 2015 10:54 AM > To: dts@dpdk.org > Subject: [dts] fix case bl_oneportblacklisted timeout issue >=20 > From: huilong xu >=20 > when used pmdout start testpmd it will add "-- -i" parameter, so need > delet -- -i in case >=20 > Signed-off-by: huilong xu > --- > tests/TestSuite_blacklist.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >=20 > diff --git a/tests/TestSuite_blacklist.py b/tests/TestSuite_blacklist.py > index 04425ba..ba39b36 100644 > --- a/tests/TestSuite_blacklist.py > +++ b/tests/TestSuite_blacklist.py > @@ -101,7 +101,7 @@ class TestBlackList(TestCase): > Run testpmd with one port blacklisted. > """ > self.dut.kill_all() > - out =3D self.pmdout.start_testpmd("Default", eal_param=3D"-b 000= 0:%s > -- -i" % self.dut.ports_info[0]['pci']) > + out =3D self.pmdout.start_testpmd("Default", eal_param=3D"-b > 0000:%s" % self.dut.ports_info[0]['pci']) > self.check_blacklisted_ports(out, self.ports[1:]) >=20 > def test_bl_allbutoneportblacklisted(self): > -- > 1.7.4.4