Re: [dpdk-dev] [PATCH v2 1/3] test: use env variable to run tests

2018-01-17 Thread Thomas Monjalon
11/01/2018 18:50, Harry van Haaren: > 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. > > Signed-off-by: Bruce Richardson > Signed-off-by: Harry van Haaren > Reviewed-by: Pablo d

[dpdk-dev] [PATCH v2 1/3] test: use env variable to run tests

2018-01-11 Thread Harry van Haaren
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. Signed-off-by: Bruce Richardson Signed-off-by: Harry van Haaren Reviewed-by: Pablo de Lara --- v2: - Added Pablo's reviewed-by Not