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 1DE347D46 for ; Wed, 16 Aug 2017 09:11:01 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Aug 2017 00:11:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,381,1498546800"; d="scan'208";a="138047341" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.120]) ([10.67.119.120]) by orsmga005.jf.intel.com with ESMTP; 16 Aug 2017 00:10:59 -0700 Message-ID: <59946AE4.706@intel.com> Date: Wed, 16 Aug 2017 23:55:16 +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: "lu,peipei" , dts@dpdk.org References: <1502791376-74226-1-git-send-email-peipeix.lu@intel.com> In-Reply-To: <1502791376-74226-1-git-send-email-peipeix.lu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V1] tests/pmd_bonded: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: Wed, 16 Aug 2017 07:11:02 -0000 Thanks, applied. On 08/15/2017 06:02 PM, lu,peipei wrote: > Signed-off-by: lu,peipei > --- > tests/TestSuite_pmd_bonded.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/TestSuite_pmd_bonded.py b/tests/TestSuite_pmd_bonded.py > index 7d80ece..868bfde 100644 > --- a/tests/TestSuite_pmd_bonded.py > +++ b/tests/TestSuite_pmd_bonded.py > @@ -454,7 +454,7 @@ UDP(sport=srcport, dport=destport)/Raw(load="\x50"*%s)], iface="%s", count=%d)' > out = self.dut.send_expect("create bonded device %d %d" % (mode, socket), "testpmd> ") > self.verify("Created new bonded device" in out, > "Create bonded device on mode [%d] socket [%d] failed" % (mode, socket)) > - bond_port = self.get_value_from_str("Created new bonded device net_bond_testpmd_[\d] on \(port ", > + bond_port = self.get_value_from_str("Created new bonded device net_bonding_testpmd_[\d] on \(port ", > "\d+", > out) > bond_port = int(bond_port)