From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 1/2] test: use env variable to run test if set Date: Wed, 20 Dec 2017 11:47:36 +0000 Message-ID: <20171220114735.GA5200@bricha3-MOBL3.ger.corp.intel.com> References: <1513598038-148115-1-git-send-email-harry.van.haaren@intel.com> <1513768592-112485-1-git-send-email-harry.van.haaren@intel.com> <1513768592-112485-2-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Harry van Haaren Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 180C21B1A5 for ; Wed, 20 Dec 2017 12:47:39 +0100 (CET) Content-Disposition: inline In-Reply-To: <1513768592-112485-2-git-send-email-harry.van.haaren@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Dec 20, 2017 at 11:16:31AM +0000, Harry van Haaren wrote: > This commit paves the way for the meson tests in the next > patch. With this patch the test binary checks the DPDK_TEST > environment variable and if set, the contents of the var > are inserted on the test app command line, and run. > > This allows testing of various different unit tests without > manual interaction with the RTE>> test prompt, instead automating > it using the DPDK_TEST environment variable. > > If the DPDK_TEST env variable is not set, or has zero lenght, > the test app behaves as normal. > > Signed-off-by: Harry van Haaren > --- While I still prefer using cmdline args to environment, this works ok. Acked-by: Bruce Richardson