> -----Original Message-----
> From: Vemula, Hari KumarX
> Sent: Friday, October 12, 2018 3:33 PM
> To: [email protected]
> Cc: Richardson, Bruce <[email protected]>; Pattan, Reshma
> <[email protected]>; Vemula, Hari KumarX
> <[email protected]>
> Subject: [PATCH v2 2/5] test: add quick run tests under test-fast suite
>
> From: Hari Kumar Vemula <[email protected]>
>
>
> + test(arg, dpdk_test,
> + env : ['DPDK_TEST=' + arg],
> + args : ['-c f','-n 4',
> '--file-prefix=test@0@'.format(itr)],
Can we use test name instead of itr here? And remove itr?
Thanks,
Reshma