From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 24F087D9E for ; Tue, 15 Aug 2017 11:01:47 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Aug 2017 02:01:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,377,1498546800"; d="scan'208";a="1003718667" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 15 Aug 2017 02:01:46 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 15 Aug 2017 02:01:46 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 15 Aug 2017 02:01:46 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.236]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.128]) with mapi id 14.03.0319.002; Tue, 15 Aug 2017 17:01:44 +0800 From: "Liu, Yong" To: "Lu, PeipeiX" , "dts@dpdk.org" CC: "Lu, PeipeiX" Thread-Topic: [dts] [PATCH V1] fix pmd_bonded verify code Thread-Index: AQHTFWkZsgxA4Ud8V0eSQQi1vQ5vV6KFHpYw Date: Tue, 15 Aug 2017 09:01:44 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62E5417D@SHSMSX103.ccr.corp.intel.com> References: <1502761960-72283-1-git-send-email-peipeix.lu@intel.com> In-Reply-To: <1502761960-72283-1-git-send-email-peipeix.lu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action 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] [PATCH V1] fix pmd_bonded verify code 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: Tue, 15 Aug 2017 09:01:48 -0000 Peipei, Please make sure email subject align to unified format like: tests/pmd_bond= ed: fix bonding device name changed Thanks, Marvin > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lu,peipei > Sent: Tuesday, August 15, 2017 9:53 AM > To: dts@dpdk.org > Cc: Lu, PeipeiX > Subject: [dts] [PATCH V1] fix pmd_bonded verify code >=20 > fix pmd_bonded verify code >=20 > Signed-off-by: lu,peipei > --- > tests/TestSuite_pmd_bonded.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_pmd_bonded.py b/tests/TestSuite_pmd_bonded.p= y > index 7d80ece..868bfde 100644 > --- a/tests/TestSuite_pmd_bonded.py > +++ b/tests/TestSuite_pmd_bonded.py > @@ -454,7 +454,7 @@ UDP(sport=3Dsrcport, > dport=3Ddestport)/Raw(load=3D"\x50"*%s)], iface=3D"%s", count=3D%d)' > out =3D self.dut.send_expect("create bonded device %d %d" % (mod= e, > socket), "testpmd> ") > self.verify("Created new bonded device" in out, > "Create bonded device on mode [%d] socket [%d] > failed" % (mode, socket)) > - bond_port =3D self.get_value_from_str("Created new bonded device > net_bond_testpmd_[\d] on \(port ", > + bond_port =3D self.get_value_from_str("Created new bonded device > net_bonding_testpmd_[\d] on \(port ", > "\d+", > out) > bond_port =3D int(bond_port) > -- > 1.9.3