From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 9CC845B3A for ; Wed, 24 Oct 2018 12:16:34 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2018 03:16:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,420,1534834800"; d="scan'208";a="275146931" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.107]) by fmsmga006.fm.intel.com with SMTP; 24 Oct 2018 03:16:31 -0700 Received: by (sSMTP sendmail emulation); Wed, 24 Oct 2018 11:16:30 +0100 Date: Wed, 24 Oct 2018 11:16:30 +0100 From: Bruce Richardson To: Hari kumar Vemula Cc: dev@dpdk.org, reshma.pattan@intel.com Message-ID: <20181024101630.GA6128@bricha3-MOBL.ger.corp.intel.com> References: <1539354799-21027-1-git-send-email-hari.kumarx.vemula@intel.com> <1540372032-28642-6-git-send-email-hari.kumarx.vemula@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1540372032-28642-6-git-send-email-hari.kumarx.vemula@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH v4 5/5] test: add dump test cases under test-dump 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, 24 Oct 2018 10:16:35 -0000 On Wed, Oct 24, 2018 at 10:07:12AM +0100, Hari kumar Vemula wrote: > From: Hari Kumar Vemula > > Grouped logging or dump related test cases to test-dump category > > Signed-off-by: Hari Kumar Vemula > --- > test/test/meson.build | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/test/test/meson.build b/test/test/meson.build > index da1dbfac4..266e1bfa6 100644 > --- a/test/test/meson.build > +++ b/test/test/meson.build > @@ -236,6 +236,20 @@ driver_test_names = [ > 'cryptodev_sw_zuc_autotest', > ] > > +#All test cases in dump_test_names list are non-parallel > +dump_test_names = [ > + 'dump_struct_sizes', > + 'dump_mempool', > + 'dump_malloc_stats', > + 'dump_devargs', > + 'dump_log_types', > + 'dump_ring', > + 'quit_autotest', > + 'dump_physmem', > + 'dump_memzone', > + 'devargs_autotest', > +] > + "quit_autotest" and "devargs_autotest" don't look like they belong here. Why are they included?