From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 97EAE4F90 for ; Wed, 17 Oct 2018 18:18:30 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Oct 2018 09:18:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,393,1534834800"; d="scan'208";a="79500440" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga008.fm.intel.com with ESMTP; 17 Oct 2018 09:18:28 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.182]) by IRSMSX152.ger.corp.intel.com ([169.254.6.110]) with mapi id 14.03.0319.002; Wed, 17 Oct 2018 17:18:28 +0100 From: "Pattan, Reshma" To: "Vemula, Hari KumarX" , "dev@dpdk.org" CC: "Richardson, Bruce" Thread-Topic: [PATCH v2 2/5] test: add quick run tests under test-fast suite Thread-Index: AQHUYjj91xWrOn/sTEOFdg/ES64XtKUjpK6A Date: Wed, 17 Oct 2018 16:18:26 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A3B9A54@irsmsx110.ger.corp.intel.com> References: <1537545528-27848-1-git-send-email-hari.kumarx.vemula@intel.com> <1539354799-21027-3-git-send-email-hari.kumarx.vemula@intel.com> In-Reply-To: <1539354799-21027-3-git-send-email-hari.kumarx.vemula@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 2/5] test: add quick run tests under test-fast suite X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2018 16:18:31 -0000 > -----Original Message----- > From: Vemula, Hari KumarX > Sent: Friday, October 12, 2018 3:33 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Pattan, Reshma > ; Vemula, Hari KumarX > > Subject: [PATCH v2 2/5] test: add quick run tests under test-fast suite >=20 > From: Hari Kumar Vemula >=20 >=20 > + test(arg, dpdk_test, > + env : ['DPDK_TEST=3D' + arg], > + args : ['-c f','-n 4', '--file-prefix=3Dtest@0@'.format(itr)], Can we use test name instead of itr here? And remove itr? Thanks, Reshma