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 C9F4CA054F; Tue, 18 Feb 2020 08:09:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A430D1C1AC; Tue, 18 Feb 2020 08:09:29 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6418A1C19B for ; Tue, 18 Feb 2020 08:09:28 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Feb 2020 23:09:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,455,1574150400"; d="scan'208";a="435758853" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga006.fm.intel.com with ESMTP; 17 Feb 2020 23:09:27 -0800 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 17 Feb 2020 23:09:27 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 17 Feb 2020 23:09:26 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.222]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.5]) with mapi id 14.03.0439.000; Tue, 18 Feb 2020 15:09:24 +0800 From: "Tu, Lijuan" To: "Zhao, HaiyangX" , "dts@dpdk.org" CC: "Zhao, HaiyangX" Thread-Topic: [dts] [PATCH V1] tests/l2fwd:fix a bug Thread-Index: AQHV5hMy2ZOgc/+JgU6Gj/5XD9e4oKggiIAQ Date: Tue, 18 Feb 2020 07:09:23 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBCB54F@SHSMSX101.ccr.corp.intel.com> References: <20200218042246.2994-1-haiyangx.zhao@intel.com> <20200218042246.2994-2-haiyangx.zhao@intel.com> In-Reply-To: <20200218042246.2994-2-haiyangx.zhao@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/l2fwd:fix a bug 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, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Haiyang Zhao > Sent: Tuesday, February 18, 2020 12:23 PM > To: dts@dpdk.org > Cc: Zhao, HaiyangX > Subject: [dts] [PATCH V1] tests/l2fwd:fix a bug >=20 > *.delete the slice of test_queues, > which is to reduce the test time for debuging case. >=20 > Signed-off-by: Haiyang Zhao > --- > tests/TestSuite_l2fwd.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_l2fwd.py b/tests/TestSuite_l2fwd.py index > 459b9c9..382ec60 100644 > --- a/tests/TestSuite_l2fwd.py > +++ b/tests/TestSuite_l2fwd.py > @@ -191,7 +191,7 @@ class TestL2fwd(TestCase): > self.tester.scapy_execute() > cnt +=3D 1 >=20 > - for queues in self.test_queues[0:2]: > + for queues in self.test_queues: >=20 > command_line =3D "./examples/l2fwd/build/app/l2fwd %s --= -q %s - > p %s &" % \ > (eal_params, str(queues['queues']), port_mask) > -- > 2.17.1