Re: [dpdk-dev] [PATCH] test: allow taking test names from commandline

2021-04-14 Thread David Marchand
On Fri, Jan 29, 2021 at 9:22 PM Aaron Conole wrote: > > Bruce Richardson writes: > > > While having the ability to run a test based off the DPDK_TEST environment > > variable is useful, it's often easier to specify the test name as a > > commandline parameter to a test binary. This also allows th

Re: [dpdk-dev] [PATCH] test: allow taking test names from commandline

2021-04-14 Thread Bruce Richardson
On Wed, Apr 14, 2021 at 08:12:50AM +0200, David Marchand wrote: > On Tue, Apr 13, 2021 at 6:49 PM Bruce Richardson > wrote: > > > > On Fri, Apr 09, 2021 at 02:41:11PM +0100, Bruce Richardson wrote: > > > On Fri, Apr 09, 2021 at 03:27:17PM +0200, David Marchand wrote: > > > > On Wed, Jan 27, 2021 a

Re: [dpdk-dev] [PATCH] test: allow taking test names from commandline

2021-04-13 Thread David Marchand
On Tue, Apr 13, 2021 at 6:49 PM Bruce Richardson wrote: > > On Fri, Apr 09, 2021 at 02:41:11PM +0100, Bruce Richardson wrote: > > On Fri, Apr 09, 2021 at 03:27:17PM +0200, David Marchand wrote: > > > On Wed, Jan 27, 2021 at 6:43 PM Bruce Richardson > > > wrote: > > > > > > > > While having the ab

Re: [dpdk-dev] [PATCH] test: allow taking test names from commandline

2021-04-13 Thread Bruce Richardson
On Fri, Apr 09, 2021 at 02:41:11PM +0100, Bruce Richardson wrote: > On Fri, Apr 09, 2021 at 03:27:17PM +0200, David Marchand wrote: > > On Wed, Jan 27, 2021 at 6:43 PM Bruce Richardson > > wrote: > > > > > > While having the ability to run a test based off the DPDK_TEST environment > > > variable

Re: [dpdk-dev] [PATCH] test: allow taking test names from commandline

2021-04-09 Thread Bruce Richardson
On Fri, Apr 09, 2021 at 03:27:17PM +0200, David Marchand wrote: > On Wed, Jan 27, 2021 at 6:43 PM Bruce Richardson > wrote: > > > > While having the ability to run a test based off the DPDK_TEST environment > > variable is useful, it's often easier to specify the test name as a > > commandline par

Re: [dpdk-dev] [PATCH] test: allow taking test names from commandline

2021-04-09 Thread David Marchand
On Wed, Jan 27, 2021 at 6:43 PM Bruce Richardson wrote: > > While having the ability to run a test based off the DPDK_TEST environment > variable is useful, it's often easier to specify the test name as a > commandline parameter to a test binary. This also allows the test runs to > be saved as par

Re: [dpdk-dev] [PATCH] test: allow taking test names from commandline

2021-01-29 Thread Aaron Conole
Bruce Richardson writes: > While having the ability to run a test based off the DPDK_TEST environment > variable is useful, it's often easier to specify the test name as a > commandline parameter to a test binary. This also allows the test runs to > be saved as part of the shell cmdline history.

[dpdk-dev] [PATCH] test: allow taking test names from commandline

2021-01-27 Thread Bruce Richardson
While having the ability to run a test based off the DPDK_TEST environment variable is useful, it's often easier to specify the test name as a commandline parameter to a test binary. This also allows the test runs to be saved as part of the shell cmdline history. This patch adds support for checki