From: Yaqi Tang <yaqi.tang@intel.com>
To: dts@dpdk.org
Cc: xueqin.lin@intel.com, Yaqi Tang <yaqi.tang@intel.com>
Subject: [dts][PATCH V1 2/2] tests/blocklist: modify test case name
Date: Wed, 8 Jun 2022 04:55:08 +0000 [thread overview]
Message-ID: <20220608045508.350806-3-yaqi.tang@intel.com> (raw)
In-Reply-To: <20220608045508.350806-1-yaqi.tang@intel.com>
script case name is nonstandard, so modify test case name.
Signed-off-by: Yaqi Tang <yaqi.tang@intel.com>
---
tests/TestSuite_blocklist.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/TestSuite_blocklist.py b/tests/TestSuite_blocklist.py
index 635502ff..9aafc6fe 100644
--- a/tests/TestSuite_blocklist.py
+++ b/tests/TestSuite_blocklist.py
@@ -63,7 +63,7 @@ class TestBlockList(TestCase):
"Not blocklisted port is being blocklisted",
)
- def test_bl_noblocklisted(self):
+ def test_bl_no_blocklisted(self):
"""
Run testpmd with no blocklisted device.
"""
@@ -73,7 +73,7 @@ class TestBlockList(TestCase):
self.check_blocklisted_ports(out, self.ports)
- def test_bl_oneportblocklisted(self):
+ def test_bl_one_port_blocklisted(self):
"""
Run testpmd with one port blocklisted.
"""
@@ -83,7 +83,7 @@ class TestBlockList(TestCase):
)
self.check_blocklisted_ports(out, self.ports[1:])
- def test_bl_allbutoneportblocklisted(self):
+ def test_bl_all_but_one_port_blocklisted(self):
"""
Run testpmd with all but one port blocklisted.
"""
--
2.25.1
next prev parent reply other threads:[~2022-06-08 4:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-08 4:55 [dts][PATCH V1 0/2] Modify blocklist test plan and script Yaqi Tang
2022-06-08 4:55 ` [dts][PATCH V1 1/2] test_plans/blocklist: Modify testpmd port and adjust format Yaqi Tang
2022-06-08 4:55 ` Yaqi Tang [this message]
2022-06-15 9:01 ` [dts][PATCH V1 2/2] tests/blocklist: modify test case name 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=20220608045508.350806-3-yaqi.tang@intel.com \
--to=yaqi.tang@intel.com \
--cc=dts@dpdk.org \
--cc=xueqin.lin@intel.com \
/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).