[V1] tests/ice_advanced_rss: modify the check queue group to match the rule queue group

Message ID 20220815102742.23820-1-songx.jiale@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] tests/ice_advanced_rss: modify the check queue group to match the rule queue group |

Checks

Context Check Description
ci/Intel-dts-format-test success Testing OK
ci/Intel-dts-pylama-test success Testing OK
ci/Intel-dts-suite-test fail Testing issues

Commit Message

Jiale, SongX Aug. 15, 2022, 10:27 a.m. UTC
  the rule queue group not match the check queue group, 
so modify the check queues to match the rule queues.

Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
 tests/TestSuite_ice_advanced_rss.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Weiyuan Li Aug. 26, 2022, 6:27 a.m. UTC | #1
> -----Original Message-----
> From: Jiale Song <songx.jiale@intel.com>
> Sent: Monday, August 15, 2022 6:28 PM
> To: dts@dpdk.org
> Cc: Jiale, SongX <songx.jiale@intel.com>
> Subject: [dts] [PATCH V1] tests/ice_advanced_rss: modify the check queue
> group to match the rule queue group
> 
> the rule queue group not match the check queue group, so modify the check
> queues to match the rule queues.
> 
> Signed-off-by: Jiale Song <songx.jiale@intel.com>
> ---
Tested-by: Weiyuan Li <weiyuanx.li@intel.com>
  
Tu, Lijuan Sept. 8, 2022, 1:39 a.m. UTC | #2
On Mon, 15 Aug 2022 10:27:42 +0000, Jiale Song <songx.jiale@intel.com> wrote:
> the rule queue group not match the check queue group, 
> so modify the check queues to match the rule queues.
> 
> Signed-off-by: Jiale Song <songx.jiale@intel.com>

Acked-by: Lijuan Tu <lijuan.tu@intel.com>
Applied, thanks
  

Patch

diff --git a/tests/TestSuite_ice_advanced_rss.py b/tests/TestSuite_ice_advanced_rss.py
index 0c246cca..6a64c73d 100644
--- a/tests/TestSuite_ice_advanced_rss.py
+++ b/tests/TestSuite_ice_advanced_rss.py
@@ -5725,7 +5725,7 @@  class AdvancedRSSTest(TestCase):
         )
         out = fdirprocess.send_pkt_get_output(pkt_list[0])
         hashes, queues = self.rssprocess.get_hash_and_queues(out)
-        check_mark(out, pkt_num=1, check_param={"port_id": 0, "queue": [1, 2, 3, 4]})
+        check_mark(out, pkt_num=1, check_param={"port_id": 0, "queue": [0, 1, 2, 3]})
         self.logger.info("test_hash: {}       post_hash: {}".format(hashes_0, hashes))
         self.verify(hashes == hashes_0, "expect hash values not changed")