mbox series

[V1,0/2] cryptodev unit test support vdev param

Message ID 20210528075312.23366-1-yux.jiang@intel.com (mailing list archive)
Headers
Series cryptodev unit test support vdev param |

Message

Yu Jiang May 28, 2021, 7:53 a.m. UTC
  Based on dpdk commit 8bfdd8a7f0f1 ("test/crypto: refactor to use sub test suites"),
unit test support vdev param.

Yu Jiang (2):
  tests/virtio_unit_cryptodev_func: support vdev param
  tests/unit_tests_cryptodev_func: support vdev param

 conf/unit_tests_cryptodev_func.cfg            | 32 ++++++++++++++++++++++++
 tests/TestSuite_unit_tests_cryptodev_func.py  | 36 ++++++++++++++++++++++++++-
 tests/TestSuite_virtio_unit_cryptodev_func.py |  2 +-
 3 files changed, 68 insertions(+), 2 deletions(-)
 create mode 100644 conf/unit_tests_cryptodev_func.cfg
  

Comments

Yu Jiang June 2, 2021, 2:49 a.m. UTC | #1
>-----Original Message-----
>From: Jiang, YuX <yux.jiang@intel.com>
>Sent: Friday, May 28, 2021 3:53 PM
>To: dts@dpdk.org
>Cc: Jiang, YuX <yux.jiang@intel.com>
>Subject: [dts][PATCH V1 0/2] cryptodev unit test support vdev param
>
>Based on dpdk commit 8bfdd8a7f0f1 ("test/crypto: refactor to use sub test
>suites"), unit test support vdev param.
>
>Yu Jiang (2):
>  tests/virtio_unit_cryptodev_func: support vdev param
>  tests/unit_tests_cryptodev_func: support vdev param

Tested-by: Yu Jiang <YuX.Jiang@intel.com>