test/eventdev: move tests to the driver specific list
authorDavid Marchand <david.marchand@redhat.com>
Sat, 15 Jun 2019 06:42:18 +0000 (08:42 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 27 Jun 2019 20:16:49 +0000 (22:16 +0200)
commitc57c8cb42efdc3d283a299a90b82750c9617236e
treeaa724ca5909dcfaeff724733b17d9bce97a066ee
parent7fa67dca6144e36540574975f9c61d504d7a0788
test/eventdev: move tests to the driver specific list

Same treatment than crypto tests, move the eventdev drivers tests in the
driver list.

While at it:
- eventdev_octeontx_autotest has been renamed as
  eventdev_selftest_octeontx,
- eventdev_sw_autotest has been renamed as
  eventdev_selftest_sw,

Fixes: 50fb749a3972 ("event/octeontx: move test to driver")
Fixes: 85fb515b7318 ("event/sw: move test to driver")
Fixes: 123d67c73b06 ("test/event: register selftests")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
app/test/meson.build