Re: [dpdk-dev] [PATCH 14/14] test: skip tests when missing requirements

2019-06-10 Thread Honnappa Nagarahalli
(pruning a little bit of the CC: list...) On Fri, Jun 7, 2019 at 10:55 PM Honnappa Nagarahalli mailto:honnappa.nagaraha...@arm.com>> wrote: > > Let's mark as skipped the tests when they are missing some requirements like a > number of used cores or specific hardware availability, like compress,

Re: [dpdk-dev] [PATCH 14/14] test: skip tests when missing requirements

2019-06-08 Thread David Marchand
(pruning a little bit of the CC: list...) On Fri, Jun 7, 2019 at 10:55 PM Honnappa Nagarahalli < honnappa.nagaraha...@arm.com> wrote: > > > > Let's mark as skipped the tests when they are missing some requirements > like a > > number of used cores or specific hardware availability, like compress,

Re: [dpdk-dev] [PATCH 14/14] test: skip tests when missing requirements

2019-06-07 Thread Honnappa Nagarahalli
> > Let's mark as skipped the tests when they are missing some requirements like a > number of used cores or specific hardware availability, like compress, crypto > or > eventdev devices. > > Signed-off-by: David Marchand > --- > app/test/test.c | 24 ---

[dpdk-dev] [PATCH 14/14] test: skip tests when missing requirements

2019-06-04 Thread David Marchand
Let's mark as skipped the tests when they are missing some requirements like a number of used cores or specific hardware availability, like compress, crypto or eventdev devices. Signed-off-by: David Marchand --- app/test/test.c | 24 app/test/test_com