From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B23D51B173 for ; Thu, 21 Dec 2017 11:22:58 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Dec 2017 02:22:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,435,1508828400"; d="scan'208";a="4569083" Received: from bricha3-mobl3.ger.corp.intel.com ([10.252.12.231]) by orsmga008.jf.intel.com with SMTP; 21 Dec 2017 02:22:55 -0800 Received: by (sSMTP sendmail emulation); Thu, 21 Dec 2017 10:22:54 +0000 Date: Thu, 21 Dec 2017 10:22:53 +0000 From: Bruce Richardson To: dev@dpdk.org, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com Cc: harry.van.haaren@intel.com Message-ID: <20171221102253.GA11720@bricha3-MOBL3.ger.corp.intel.com> References: <20171221101510.181082-1-bruce.richardson@intel.com> <20171221101510.181082-3-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171221101510.181082-3-bruce.richardson@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] [PATCH 2/2] test/test: add return value to mark unit tests as skipped 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: Thu, 21 Dec 2017 10:22:59 -0000 On Thu, Dec 21, 2017 at 10:15:10AM +0000, Bruce Richardson wrote: > Add in a TEST_SKIPPED return value for unit tests to mark the tests > as skipped, rather than just failed. Use this new skipped return value for > the crypto tests which can only run if they have a particular driver. > > Signed-off-by: Bruce Richardson +Declan and Pablo as maintainers of crypto code. /Bruce