test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/ice_advanced_rss: modify the check queue group to match the rule queue group
@ 2022-08-15 10:27 Jiale Song
  2022-08-26  6:27 ` Li, WeiyuanX
  2022-09-08  1:39 ` lijuan.tu
  0 siblings, 2 replies; 3+ messages in thread
From: Jiale Song @ 2022-08-15 10:27 UTC (permalink / raw)
  To: dts; +Cc: Jiale Song

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

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")
 
-- 
2.17.1


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

end of thread, other threads:[~2022-09-08  1:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-15 10:27 [dts] [PATCH V1] tests/ice_advanced_rss: modify the check queue group to match the rule queue group Jiale Song
2022-08-26  6:27 ` Li, WeiyuanX
2022-09-08  1:39 ` 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).