From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C911F1B4EA for ; Tue, 23 Oct 2018 15:55:46 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2018 06:55:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,416,1534834800"; d="scan'208";a="94323067" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga003.jf.intel.com with ESMTP; 23 Oct 2018 06:55:45 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by irsmsx110.ger.corp.intel.com (163.33.3.25) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 23 Oct 2018 14:55:44 +0100 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.182]) by irsmsx155.ger.corp.intel.com ([169.254.14.27]) with mapi id 14.03.0319.002; Tue, 23 Oct 2018 14:55:43 +0100 From: "Pattan, Reshma" To: "Vemula, Hari KumarX" , "dev@dpdk.org" CC: "Richardson, Bruce" Thread-Topic: [PATCH v3 2/5] test: add quick run tests under test-fast suite Thread-Index: AQHUasAPa73/BXr1UkShRqVZpptL16Us2fYA Date: Tue, 23 Oct 2018 13:55:42 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A3BCF1F@irsmsx110.ger.corp.intel.com> References: <1539354799-21027-1-git-send-email-hari.kumarx.vemula@intel.com> <1540292483-23659-3-git-send-email-hari.kumarx.vemula@intel.com> In-Reply-To: <1540292483-23659-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.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 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: Tue, 23 Oct 2018 13:55:47 -0000 Hi, > -----Original Message----- > From: Vemula, Hari KumarX > Sent: Tuesday, October 23, 2018 12:01 PM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Pattan, Reshma > ; Vemula, Hari KumarX > > Subject: [PATCH v3 2/5] test: add quick run tests under test-fast suite >=20 > From: Hari Kumar Vemula >=20 > Added test cases that runs quickly under test fast category >=20 > Signed-off-by: Hari Kumar Vemula > + > + 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(arg)], Small nit, just remove test in file prefix, and how about having this like = this '--file-prefix=3D@0@'.format(arg)] ?