From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 5BF324C8B for ; Fri, 27 Jul 2018 12:12:48 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jul 2018 03:12:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,408,1526367600"; d="scan'208";a="249446303" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga006.fm.intel.com with ESMTP; 27 Jul 2018 03:12:40 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.124]) by IRSMSX101.ger.corp.intel.com ([169.254.1.185]) with mapi id 14.03.0319.002; Fri, 27 Jul 2018 11:12:39 +0100 From: "Pattan, Reshma" To: Thomas Monjalon CC: "dev@dpdk.org" , "Burakov, Anatoly" , "Parthasarathy, JananeeX M" Thread-Topic: [dpdk-dev] [PATCH v5 00/10] Make unit tests great again Thread-Index: AQHUHedcTnXqULBmcUWsd+MfQ+cMmKSh6zoAgAD9awA= Date: Fri, 27 Jul 2018 10:12:38 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A376F1C@IRSMSX109.ger.corp.intel.com> References: <1531843225-14638-1-git-send-email-reshma.pattan@intel.com> <9233572.sMqcLjnXGc@xps> In-Reply-To: <9233572.sMqcLjnXGc@xps> 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 v5 00/10] Make unit tests great again 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: Fri, 27 Jul 2018 10:12:48 -0000 Hi, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Thursday, July 26, 2018 9:05 PM > To: Pattan, Reshma > Cc: dev@dpdk.org; Burakov, Anatoly ; > Parthasarathy, JananeeX M > Subject: Re: [dpdk-dev] [PATCH v5 00/10] Make unit tests great again > > Reshma Pattan (10): > > autotest: fix printing > > autotest: fix invalid code on reports > > autotest: make autotest runner python 2/3 compliant > > autotest: visually separate different test categories > > autotest: improve filtering > > autotest: remove autotest grouping > > autotest: properly parallelize unit tests > > autotest: update autotest test case list > > mk: update make targets for classified testcases > > mk: remove unnecessary make rules of test >=20 > Patches 1 to 7 are from Anatoly. > Patches 8 and 9 were initiated by Jananee. >=20 > Please fix authorship of these patches. > Note: it should not happen if you use git-am to get the patches. >=20 Addressed in v6 and sent. Thanks, Reshma