test/crypto: rename slave to worker
authorRebecca Troy <rebecca.troy@intel.com>
Wed, 30 Jun 2021 15:29:39 +0000 (15:29 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 7 Jul 2021 19:28:39 +0000 (21:28 +0200)
commit28f5375d83c4f240fbde517684dc608c77613e84
tree33186edd251d7cbe4ebadb2b02e03821750b75c2
parent4ea794318a523ef8365e2a765ba47171d223d4ee
test/crypto: rename slave to worker

Modifies the scheduler tests in the crypto unit test suite
to replace the usage of the word 'slave' with the more
appropriate word 'worker'.

The scheduler test functions were modified as follows:
test_scheduler_attach_slave_op is now called
test_scheduler_attach_worker_op,
test_scheduler_detach_slave_op is
test_scheduler_detach_worker_op.

Signed-off-by: Rebecca Troy <rebecca.troy@intel.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
app/test/test_cryptodev.c