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

Jiale Song songx.jiale at intel.com
Mon Aug 15 12:27:42 CEST 2022


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 at 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



More information about the dts mailing list