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 V2 1/2] tests/shutdown_api: modify script case name
Date: Wed, 15 Jun 2022 08:31:34 +0000 [thread overview]
Message-ID: <20220615083135.55626-2-yaqi.tang@intel.com> (raw)
In-Reply-To: <20220615083135.55626-1-yaqi.tang@intel.com>
Test script case name is nonstandard, so modify script case name.
Signed-off-by: Yaqi Tang <yaqi.tang@intel.com>
---
tests/TestSuite_shutdown_api.py | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py
index a0fdcc1d..245c49da 100644
--- a/tests/TestSuite_shutdown_api.py
+++ b/tests/TestSuite_shutdown_api.py
@@ -356,7 +356,7 @@ class TestShutdownApi(TestCase):
self.dut.send_expect("start", "testpmd> ")
self.check_forwarding()
- def test_set_promiscuousmode(self):
+ def test_set_promiscuous_mode(self):
"""
Promiscuous mode.
"""
@@ -397,7 +397,7 @@ class TestShutdownApi(TestCase):
self.dut.send_expect("start", "testpmd> ")
self.dut.send_expect("quit", "# ", 30)
- def test_set_allmulticast(self):
+ def test_set_allmulticast_mode(self):
"""
Allmulticast mode.
"""
@@ -676,7 +676,7 @@ class TestShutdownApi(TestCase):
"Wrong VF link type reported by the self.tester.",
)
- def test_enable_disablejumbo(self):
+ def test_enable_disable_jumbo(self):
"""
Enable/Disable Jumbo Frames.
"""
@@ -747,7 +747,7 @@ class TestShutdownApi(TestCase):
self.check_forwarding(pktSize=jumbo_size)
self.check_forwarding(pktSize=jumbo_size + 1, received=False)
- def test_enable_disablerss(self):
+ def test_enable_disable_rss(self):
"""
Enable/Disable RSS.
"""
@@ -765,7 +765,7 @@ class TestShutdownApi(TestCase):
self.dut.send_expect("start", "testpmd> ")
self.check_forwarding()
- def test_change_numberrxdtxd(self):
+ def test_change_number_rxd_txd(self):
"""
Change numbers of rxd and txd.
"""
@@ -787,7 +787,7 @@ class TestShutdownApi(TestCase):
self.dut.send_expect("start", "testpmd> ")
self.check_forwarding()
- def test_change_numberrxdtxdaftercycle(self):
+ def test_change_number_rxd_txd_after_cycle(self):
"""
Change the Number of rxd/txd.
"""
--
2.25.1
next prev parent reply other threads:[~2022-06-15 8:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-15 8:31 [dts][PATCH V2 0/2] Modify shutdown_api test plan and script Yaqi Tang
2022-06-15 8:31 ` Yaqi Tang [this message]
2022-06-15 8:31 ` [dts][PATCH V2 2/2] test_plans/shutdown_api: add 3 test cases and add case numbers Yaqi Tang
2022-06-15 9:01 ` 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=20220615083135.55626-2-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).