test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V3] tests/ice_iavf_rss_configure: add a case
@ 2022-06-23 15:37 Jiale Song
  2022-06-29  1:42 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Jiale Song @ 2022-06-23 15:37 UTC (permalink / raw)
  To: dts; +Cc: Jiale Song

add a case to test config RSS default.

Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
 .../ice_iavf_rss_configure_test_plan.rst      | 23 ++++++++++++++++++-
 tests/TestSuite_ice_iavf_rss_configure.py     |  6 +++++
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/test_plans/ice_iavf_rss_configure_test_plan.rst b/test_plans/ice_iavf_rss_configure_test_plan.rst
index 86ab957c..354840ba 100644
--- a/test_plans/ice_iavf_rss_configure_test_plan.rst
+++ b/test_plans/ice_iavf_rss_configure_test_plan.rst
@@ -60,7 +60,7 @@ Basic test steps
 
 * testpmd runtime functions::
 
-   port config all rss ip/udp/tcp/sctp/none/all
+   port config all rss ip/udp/tcp/sctp/none/all/default
 
   * The ``none`` option is equivalent to the ``--disable-rss`` command-line option.
   * The `` ip`` option is equivalent to the ``--rss-ip`` command-line option.
@@ -190,6 +190,22 @@ Basic test steps
     |                               +------------------------------+--------------------------+-----------------------------+-------------------------+
     |                               |                              |                          | MAC_IPV6_SCTP               | different hash value    |
     +-------------------------------+------------------------------+--------------------------+-----------------------------+-------------------------+
+    |                               | ALL                          | all                      | MAC_IPV4_PAY                | record hash value       |
+    |                               +------------------------------+--------------------------+-----------------------------+-------------------------+
+    |                               |                              |                          | MAC_IPV4_UDP                | different hash value    |
+    |                               +------------------------------+--------------------------+-----------------------------+-------------------------+
+    |                               |                              |                          | MAC_IPV4_TCP                | different hash value    |
+    |                               +------------------------------+--------------------------+-----------------------------+-------------------------+
+    |                               |                              |                          | MAC_IPV4_SCTP               | different hash value    |
+    |             default           +------------------------------+--------------------------+-----------------------------+-------------------------+
+    |                               |                              |                          | MAC_IPV6_PAY                | record hash value       |
+    |                               +------------------------------+--------------------------+-----------------------------+-------------------------+
+    |                               |                              |                          | MAC_IPV6_UDP                | different hash value    |
+    |                               +------------------------------+--------------------------+-----------------------------+-------------------------+
+    |                               |                              |                          | MAC_IPV6_TCP                | different hash value    |
+    |                               +------------------------------+--------------------------+-----------------------------+-------------------------+
+    |                               |                              |                          | MAC_IPV6_SCTP               | different hash value    |
+    +-------------------------------+------------------------------+--------------------------+-----------------------------+-------------------------+
     |                               |                              |                          | MAC_IPV4_PAY                | no hash value           |
     |                               +------------------------------+--------------------------+-----------------------------+-------------------------+
     |                               |                              |                          | MAC_IPV4_SCTP               | no hash value           |
@@ -273,6 +289,11 @@ Test Case: test_iavf_rss_configure_to_all
 
 Set rss to all with testpmd runtime func, transmit different protocol packets, and check hash results.
 
+Test Case: test_iavf_rss_configure_to_default
+=============================================
+
+Set rss to default with testpmd runtime func, transmit different protocol packets, and check hash results.
+
 Test Case: test_iavf_rss_configure_to_none
 ==========================================
 
diff --git a/tests/TestSuite_ice_iavf_rss_configure.py b/tests/TestSuite_ice_iavf_rss_configure.py
index 8194c81d..b227ca54 100644
--- a/tests/TestSuite_ice_iavf_rss_configure.py
+++ b/tests/TestSuite_ice_iavf_rss_configure.py
@@ -227,6 +227,8 @@ tvs_mac_disable_rss = eval(
     .replace("check_hash_different", "check_no_hash")
 )
 
+tvs_mac_default = tvs_mac_all
+
 
 class IAVFRSSConfigureTest(TestCase):
     def set_up_all(self):
@@ -360,6 +362,10 @@ class IAVFRSSConfigureTest(TestCase):
         self.set_rss_configure(rss_type="none")
         self.rssprocess.handle_rss_distribute_cases(cases_info=tvs_mac_disable_rss)
 
+    def test_iavf_rss_configure_to_default(self):
+        self.set_rss_configure(rss_type="default")
+        self.rssprocess.handle_rss_distribute_cases(cases_info=tvs_mac_default)
+
     def test_iavf_rss_command_line_to_ip(self):
         self.restart_testpmd(cmd_line="--rss-ip")
         self.rssprocess.handle_rss_distribute_cases(cases_info=tvs_mac_ip)
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dts] [PATCH V3] tests/ice_iavf_rss_configure: add a case
  2022-06-23 15:37 [dts] [PATCH V3] tests/ice_iavf_rss_configure: add a case Jiale Song
@ 2022-06-29  1:42 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2022-06-29  1:42 UTC (permalink / raw)
  To: dts, Jiale Song; +Cc: Jiale Song

On Thu, 23 Jun 2022 15:37:56 +0000, Jiale Song <songx.jiale@intel.com> wrote:
> add a case to test config RSS default.
> 
> Signed-off-by: Jiale Song <songx.jiale@intel.com>


Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-29  1:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23 15:37 [dts] [PATCH V3] tests/ice_iavf_rss_configure: add a case Jiale Song
2022-06-29  1:42 ` lijuan.tu

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