mbox series

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

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

Message

Yu Jiang June 9, 2021, 7:20 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  | 34 ++++++++++++++++++-
 tests/TestSuite_virtio_unit_cryptodev_func.py |  2 +-
 3 files changed, 66 insertions(+), 2 deletions(-)
 create mode 100644 conf/unit_tests_cryptodev_func.cfg
  

Comments

Tu, Lijuan June 9, 2021, 8:19 a.m. UTC | #1
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Yu Jiang
> Sent: 2021年6月9日 15:21
> To: dts@dpdk.org
> Cc: Jiang, YuX <yux.jiang@intel.com>
> Subject: [dts] [PATCH V2 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
> 
>  conf/unit_tests_cryptodev_func.cfg            | 32 +++++++++++++++++
>  tests/TestSuite_unit_tests_cryptodev_func.py  | 34 ++++++++++++++++++-
> tests/TestSuite_virtio_unit_cryptodev_func.py |  2 +-
>  3 files changed, 66 insertions(+), 2 deletions(-)  create mode 100644
> conf/unit_tests_cryptodev_func.cfg
> 

Applied

> --
> 2.17.1