[dpdk-dev] [PATCH v3 2/5] test: add quick run tests under test-fast suite

Pattan, Reshma reshma.pattan at intel.com
Tue Oct 23 15:55:42 CEST 2018


Hi,

> -----Original Message-----
> From: Vemula, Hari KumarX
> Sent: Tuesday, October 23, 2018 12:01 PM
> To: dev at dpdk.org
> Cc: Richardson, Bruce <bruce.richardson at intel.com>; Pattan, Reshma
> <reshma.pattan at intel.com>; Vemula, Hari KumarX
> <hari.kumarx.vemula at intel.com>
> Subject: [PATCH v3 2/5] test: add quick run tests under test-fast suite
> 
> From: Hari Kumar Vemula <hari.kumarx.vemula at intel.com>
> 
> Added test cases that runs quickly under test fast category
> 
> Signed-off-by: Hari Kumar Vemula <hari.kumarx.vemula at intel.com>
> +
> +        foreach arg : fast_parallel_test_names
> +                test(arg, dpdk_test,
> +                        env : ['DPDK_TEST=' + arg],
> +                        args : ['-c f','-n 4', '--file-prefix=test at 0@'.format(arg)],

Small nit, just remove test in file prefix, and how about having this like this '--file-prefix=@0@'.format(arg)] ?


More information about the dev mailing list