test: skip tests when missing requirements
authorDavid Marchand <david.marchand@redhat.com>
Sat, 15 Jun 2019 06:42:30 +0000 (08:42 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 27 Jun 2019 20:34:53 +0000 (22:34 +0200)
commite0f4a0ed4237e273b78728b7c7a3bf71d2d5218f
treeb924850ac29fbf098b8ca3e37da71a7becb49b61
parentce33e2eaff61ca89c64d04e1775cc8b29f11c2e6
test: skip tests when missing requirements

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 <david.marchand@redhat.com>
19 files changed:
app/test/test.c
app/test/test_compressdev.c
app/test/test_cryptodev.c
app/test/test_distributor.c
app/test/test_distributor_perf.c
app/test/test_event_timer_adapter.c
app/test/test_eventdev.c
app/test/test_func_reentrancy.c
app/test/test_hash_multiwriter.c
app/test/test_hash_readwrite.c
app/test/test_hash_readwrite_lf.c
app/test/test_ipsec.c
app/test/test_mbuf.c
app/test/test_rcu_qsbr.c
app/test/test_rcu_qsbr_perf.c
app/test/test_service_cores.c
app/test/test_stack.c
app/test/test_timer.c
app/test/test_timer_secondary.c