test suite reviews and discussions
 help / color / mirror / Atom feed
From: Song Jiale <songx.jiale@intel.com>
To: dts@dpdk.org
Cc: Song Jiale <songx.jiale@intel.com>
Subject: [dts] [PATCH V1 2/2] tests/ice_rss_configure: add 2 cases
Date: Sun,  9 Oct 2022 16:14:33 +0000	[thread overview]
Message-ID: <20221009161433.22138-2-songx.jiale@intel.com> (raw)
In-Reply-To: <20221009161433.22138-1-songx.jiale@intel.com>

add a case to test rss config none.
add a case to test default rss command line.

Signed-off-by: Song Jiale <songx.jiale@intel.com>
---
 tests/TestSuite_ice_rss_configure.py | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tests/TestSuite_ice_rss_configure.py b/tests/TestSuite_ice_rss_configure.py
index 8cc41bf0..c0f73c82 100644
--- a/tests/TestSuite_ice_rss_configure.py
+++ b/tests/TestSuite_ice_rss_configure.py
@@ -334,6 +334,10 @@ class RSSConfigureTest(TestCase):
         self.launch_testpmd(line_option="--disable-rss")
         self.rsspro.handle_rss_distribute_cases(command_line_option_disable_rss)
 
+    def test_command_line_option_rss_default(self):
+        self.launch_testpmd()
+        self.rsspro.handle_rss_distribute_cases(command_line_option_rss_ip)
+
     def test_rss_configure_to_ip(self):
         self.launch_testpmd(rss_type="ip")
         self.rsspro.handle_rss_distribute_cases(rss_configure_to_ip)
@@ -358,6 +362,10 @@ class RSSConfigureTest(TestCase):
         self.launch_testpmd(rss_type="default")
         self.rsspro.handle_rss_distribute_cases(rss_configure_to_default)
 
+    def test_rss_configure_to_none(self):
+        self.launch_testpmd(rss_type="none")
+        self.rsspro.handle_rss_distribute_cases(command_line_option_disable_rss)
+
     def tear_down(self):
         """
         Run after each test case.
-- 
2.17.1


  reply	other threads:[~2022-10-09  8:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-09 16:14 [dts] [PATCH V1 1/2] test_plans/ice_rss_configure: " Song Jiale
2022-10-09 16:14 ` Song Jiale [this message]
2022-10-10  3:36   ` [dts] [PATCH V1 2/2] tests/ice_rss_configure: " 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=20221009161433.22138-2-songx.jiale@intel.com \
    --to=songx.jiale@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).