From: Yu Jiang <yux.jiang@intel.com>
To: dts@dpdk.org
Cc: Yu Jiang <yux.jiang@intel.com>
Subject: [dts] [PATCH V1 1/2] tests/virtio_unit_cryptodev_func: support vdev param
Date: Fri, 28 May 2021 15:53:11 +0800 [thread overview]
Message-ID: <20210528075312.23366-2-yux.jiang@intel.com> (raw)
In-Reply-To: <20210528075312.23366-1-yux.jiang@intel.com>
Based on dpdk commit 8bfdd8a7f0f1 ("test/crypto: refactor to use sub test suites"),
unit test support vdev param.
Signed-off-by: Yu Jiang <yux.jiang@intel.com>
---
tests/TestSuite_virtio_unit_cryptodev_func.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_virtio_unit_cryptodev_func.py b/tests/TestSuite_virtio_unit_cryptodev_func.py
index 8d69d5b..bf96b62 100644
--- a/tests/TestSuite_virtio_unit_cryptodev_func.py
+++ b/tests/TestSuite_virtio_unit_cryptodev_func.py
@@ -158,7 +158,7 @@ class VirtioCryptodevUnitTest(TestCase):
return vm, vm_dut
def test_cryptodev_virtio_autotest(self):
- eal_opt_str = cc.get_eal_opt_str(self, {"a":None, "vdev":None})
+ eal_opt_str = cc.get_eal_opt_str(self, {"a":None, "vdev": "crypto_virtio"})
self.__run_unit_test("cryptodev_virtio_autotest", eal_opt_str)
def __run_unit_test(self, testsuite, eal_opt_str='', timeout=600):
--
2.7.4
next prev parent reply other threads:[~2021-05-28 7:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-28 7:53 [dts] [PATCH V1 0/2] cryptodev unit test " Yu Jiang
2021-05-28 7:53 ` Yu Jiang [this message]
2021-05-28 7:53 ` [dts] [PATCH V1 2/2] tests/unit_tests_cryptodev_func: " Yu Jiang
2021-06-09 6:30 ` Tu, Lijuan
2021-06-02 2:49 ` [dts] [PATCH V1 0/2] cryptodev unit test " Jiang, YuX
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210528075312.23366-2-yux.jiang@intel.com \
--to=yux.jiang@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).