test/crypto: move tests to the driver specific list
authorDavid Marchand <david.marchand@redhat.com>
Sat, 15 Jun 2019 06:42:17 +0000 (08:42 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 27 Jun 2019 20:16:33 +0000 (22:16 +0200)
commit7fa67dca6144e36540574975f9c61d504d7a0788
tree98c8c3f9dc9cbfdb9fd27bda700efe395c276927
parent1d273622c84042cb7e2f3d13faa9b705ce3f24a0
test/crypto: move tests to the driver specific list

For consistency, put all specific crypto driver tests in the dedicated
list (in alphabetic order).

While at it:
- remove dead reference to cryptodev_sw_mrvl_autotest (renamed as
  cryptodev_sw_mvsam_autotest),
- call the crypto scheduler test only when built,

Fixes: 9eabcb682493 ("test: update autotest list")
Fixes: 3d20ffe6ddb1 ("test: reorder test cases in meson")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
app/test/autotest_data.py
app/test/meson.build