test/crypto: remove unnecessary stats retrieval
authorCiara Power <ciara.power@intel.com>
Thu, 11 Nov 2021 10:56:19 +0000 (10:56 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Tue, 16 Nov 2021 06:38:07 +0000 (07:38 +0100)
commitc0daf3bd4b4e36375f8c338092975d61ec03a98f
tree69d0f3cbe329db981d91f00df62d3cf8fe67d9e2
parentd937e872023373266e21784027938851533c6459
test/crypto: remove unnecessary stats retrieval

The device stats are retrieved in the testcase teardown function,
but are not being used afterwards. Remove this unnecessary call.
The stats retrieval for the device is being tested already by a
dedicated stats testcase.

Fixes: 202d375c60bc ("app/test: add cryptodev unit and performance tests")
Cc: stable@dpdk.org
Signed-off-by: Ciara Power <ciara.power@intel.com>
Acked-by: Anoob Joseph <anoobj@marvell.com>
app/test/test_cryptodev.c