test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_rss_to_rte_flow: set_key_keylen results changed, modify dts to adapt
@ 2021-02-08  7:01 Zhou Jun
  2021-02-08  7:05 ` Zhou, JunX W
  0 siblings, 1 reply; 4+ messages in thread
From: Zhou Jun @ 2021-02-08  7:01 UTC (permalink / raw)
  To: dts; +Cc: Zhou Jun

set_key_keylen results changed, modify dts to adapt

Signed-off-by: Zhou Jun <junx.w.zhou@intel.com>
---
 tests/TestSuite_rss_to_rte_flow.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_rss_to_rte_flow.py b/tests/TestSuite_rss_to_rte_flow.py
index 15d639e..20deda0 100644
--- a/tests/TestSuite_rss_to_rte_flow.py
+++ b/tests/TestSuite_rss_to_rte_flow.py
@@ -586,7 +586,7 @@ class TestRSS_to_Rteflow(TestCase):
 
         self.verify((key in out2) and (out1 != out2) and (port0_list1 != port0_list2), "the key setting doesn't take effect.")
 
-        self.verify((key not in out3) and (out3 != out1 != out2) and (port0_list3 != port0_list1 != port0_list2), "the key setting doesn't take effect.")
+        self.verify((key not in out3) and (out3 == out1 and out1 != out2) and (port0_list3 == port0_list1 and port0_list1 != port0_list2), "the key setting doesn't take effect.")
 
         # Create a rss rule with padding key_len on port 0
         key = "1234567890123456789012345678901234567890FFFFFFFFFFFF1234567890123456789012345678901234567890FFFFFF"
-- 
1.8.3.1


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

end of thread, other threads:[~2021-02-19  8:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-08  7:01 [dts] [PATCH V1] tests/TestSuite_rss_to_rte_flow: set_key_keylen results changed, modify dts to adapt Zhou Jun
2021-02-08  7:05 ` Zhou, JunX W
2021-02-08  8:43   ` Zhao, HaiyangX
2021-02-19  8:07     ` Tu, Lijuan

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