From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 1D7FD7EE3 for ; Wed, 17 Oct 2018 18:22:19 +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 fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Oct 2018 09:22:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,393,1534834800"; d="scan'208";a="79501512" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga008.fm.intel.com with ESMTP; 17 Oct 2018 09:22:18 -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:22:18 +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/ES64XtKUjpf+g Date: Wed, 17 Oct 2018 16:22:16 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A3B9A67@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:22:20 -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 > + > + itr =3D 0 > + foreach arg : fast_parallel_test_names > + test(arg, dpdk_test, > + env : ['DPDK_TEST=3D' + arg], > + args : ['-c f','-n 4', '--file-prefix=3Dtest@0@'.format(itr)], i.e. '--file-prefix=3D@0@'.format(arg)], ?