Re: [dpdk-dev] [PATCH 1/2] test: use env variable to run test if set

2017-12-18 Thread Jerin Jacob
-Original Message- > Date: Mon, 18 Dec 2017 15:24:22 + > From: "Van Haaren, Harry" > To: Jerin Jacob > CC: "dev@dpdk.org" , "Richardson, Bruce" > > Subject: RE: [dpdk-dev] [PATCH 1/2] test: use env variable to run test if

Re: [dpdk-dev] [PATCH 1/2] test: use env variable to run test if set

2017-12-18 Thread Van Haaren, Harry
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Monday, December 18, 2017 2:59 PM > To: Van Haaren, Harry > Cc: dev@dpdk.org; Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH 1/2] test: use env variable to run test if > set > > -Original Messag

Re: [dpdk-dev] [PATCH 1/2] test: use env variable to run test if set

2017-12-18 Thread Jerin Jacob
-Original Message- > Date: Mon, 18 Dec 2017 11:53:57 + > From: Harry van Haaren > To: dev@dpdk.org > CC: bruce.richard...@intel.com, Harry van Haaren > > Subject: [dpdk-dev] [PATCH 1/2] test: use env variable to run test if set > X-Mailer: git-send-email 2.7.4 &

Re: [dpdk-dev] [PATCH 1/2] test: use env variable to run test if set

2017-12-18 Thread Bruce Richardson
On Mon, Dec 18, 2017 at 11:53:57AM +, 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

[dpdk-dev] [PATCH 1/2] test: use env variable to run test if set

2017-12-18 Thread Harry van Haaren
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 inte