From: Yaqi Tang <yaqi.tang@intel.com>
To: dts@dpdk.org
Cc: Yaqi Tang <yaqi.tang@intel.com>
Subject: [dts][PATCH V1] tests/runtime_vf_queue_number_kernel: modify test script case name
Date: Wed, 8 Jun 2022 04:52:54 +0000 [thread overview]
Message-ID: <20220608045254.350739-1-yaqi.tang@intel.com> (raw)
The test script case name is not match the test plan, so modify test script case name.
Signed-off-by: Yaqi Tang <yaqi.tang@intel.com>
---
tests/TestSuite_runtime_vf_queue_number_kernel.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/TestSuite_runtime_vf_queue_number_kernel.py b/tests/TestSuite_runtime_vf_queue_number_kernel.py
index ba83717a..68639dfa 100644
--- a/tests/TestSuite_runtime_vf_queue_number_kernel.py
+++ b/tests/TestSuite_runtime_vf_queue_number_kernel.py
@@ -155,7 +155,7 @@ class TestRuntimeVfQueueNumberKernel(TestCase):
self.vm0_testpmd.execute_cmd("quit", "# ")
time.sleep(3)
- def test_set_valid_vf_queue_num(self):
+ def test_set_valid_vf_queue_num_command_line(self):
"""
set valid VF queue number in testpmd command-line options
"""
@@ -237,7 +237,7 @@ class TestRuntimeVfQueueNumberKernel(TestCase):
"queue number is too big",
)
- def test_set_valid_vf_queue_num_with_function(self):
+ def test_set_valid_vf_queue_num_with_testpmd_command(self):
random_queue = random.randint(2, 15)
queue_nums = [1, random_queue, self.max_queue]
self.vm0_testpmd = PmdOutput(self.vm_dut_0)
--
2.25.1
next reply other threads:[~2022-06-08 4:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-08 4:52 Yaqi Tang [this message]
2022-06-15 9:02 ` lijuan.tu
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=20220608045254.350739-1-yaqi.tang@intel.com \
--to=yaqi.tang@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).