test suite reviews and discussions
 help / color / mirror / Atom feed
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 1/2] tests/shutdown_api: modify script case name
Date: Wed,  8 Jun 2022 04:57:11 +0000	[thread overview]
Message-ID: <20220608045712.350878-2-yaqi.tang@intel.com> (raw)
In-Reply-To: <20220608045712.350878-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


  reply	other threads:[~2022-06-08  4:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08  4:57 [dts][PATCH V1 0/2] Modify shutdown_api test plan and script Yaqi Tang
2022-06-08  4:57 ` Yaqi Tang [this message]
2022-06-08  4:57 ` [dts][PATCH V1 2/2] test_plans/shutdown_api: add 3 test cases and add case numbers Yaqi Tang

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=20220608045712.350878-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).