From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8A900A0524; Mon, 20 Jan 2020 06:45:58 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 75F9414E8; Mon, 20 Jan 2020 06:45:58 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 3CCE311A4 for ; Mon, 20 Jan 2020 06:45:57 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jan 2020 21:45:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,340,1574150400"; d="scan'208";a="399272891" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 19 Jan 2020 21:45:56 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 19 Jan 2020 21:45:55 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.30]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.245]) with mapi id 14.03.0439.000; Mon, 20 Jan 2020 13:45:54 +0800 From: "Tu, Lijuan" To: "Zhu, ShuaiX" , "dts@dpdk.org" CC: "Wang, Yinan" , "Zhu, ShuaiX" Thread-Topic: [dts] [PATCH V1] tests/vhost_1024_ethports:Modify the variable name. Thread-Index: AQHVzy+EVZBqPASLbUaM601TiSKbf6fzC13Q Date: Mon, 20 Jan 2020 05:45:53 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBADAF3@SHSMSX101.ccr.corp.intel.com> References: <1579483413-126735-1-git-send-email-shuaix.zhu@intel.com> In-Reply-To: <1579483413-126735-1-git-send-email-shuaix.zhu@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: 11.2.0.6 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] tests/vhost_1024_ethports:Modify the variable name. 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" applied > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai > Sent: Monday, January 20, 2020 9:24 AM > To: dts@dpdk.org > Cc: Wang, Yinan ; Zhu, ShuaiX > > Subject: [dts] [PATCH V1] tests/vhost_1024_ethports:Modify the variable > name. >=20 > The variable name that started testpmd was written incorrectly. Modify th= e > variable name. >=20 > Signed-off-by: zhu,shuai > --- > tests/TestSuite_vhost_1024_ethports.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vhost_1024_ethports.py > b/tests/TestSuite_vhost_1024_ethports.py > index 2a0bce8..6e02c83 100644 > --- a/tests/TestSuite_vhost_1024_ethports.py > +++ b/tests/TestSuite_vhost_1024_ethports.py > @@ -79,7 +79,7 @@ class TestVhost1024Ethports(TestCase): > for ethport in range(self.max_ethport): > command_line_vdev +=3D '--vdev "eth_vhost%d,iface=3Dvhost- > net%d,queues=3D%d" ' %(ethport, ethport, self.queue) > eal_params =3D self.dut.create_eal_parameters(cores=3D"1S/2C/1T"= , > prefix=3D'vhost', ports=3D[self.pci_info]) > - cmd =3D self.dut.target + '/app/testpmd ' + eal_params + > command_line_vdev + ' -- -i' > + command_line_client =3D self.dut.target + '/app/testpmd ' + eal_= params > + command_line_vdev + ' -- -i' > try: > out =3D self.vhost_user.send_expect(command_line_client, 'te= stpmd> ', > 120) > except Exception as e: > -- > 2.17.2