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

* Re: [dts] [PATCH V1] tests/TestSuite_rss_to_rte_flow: set_key_keylen results changed, modify dts to adapt
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Zhou, JunX W @ 2021-02-08  7:05 UTC (permalink / raw)
  To: Zhou, JunX W, dts

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

Tested-by: Zhou, Jun <junx.w.zhou@intel.com> 

-----Original Message-----
From: Zhou Jun [mailto:junx.w.zhou@intel.com] 
Sent: Monday, February 8, 2021 3:01 PM
To: dts@dpdk.org
Cc: Zhou, JunX W <junx.w.zhou@intel.com>
Subject: [dts][PATCH V1] tests/TestSuite_rss_to_rte_flow: set_key_keylen results changed, modify dts to adapt


[-- Attachment #2: TestRSS_to_Rteflow.log --]
[-- Type: application/octet-stream, Size: 1657854 bytes --]

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

* Re: [dts] [PATCH V1] tests/TestSuite_rss_to_rte_flow: set_key_keylen results changed, modify dts to adapt
  2021-02-08  7:05 ` Zhou, JunX W
@ 2021-02-08  8:43   ` Zhao, HaiyangX
  2021-02-19  8:07     ` Tu, Lijuan
  0 siblings, 1 reply; 4+ messages in thread
From: Zhao, HaiyangX @ 2021-02-08  8:43 UTC (permalink / raw)
  To: Zhou, JunX W, Zhou, JunX W, dts

Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>

Best Regards,
Zhao Haiyang

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zhou, JunX W
> Sent: Monday, February 8, 2021 15:06
> To: Zhou, JunX W <junx.w.zhou@intel.com>; dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/TestSuite_rss_to_rte_flow:
> set_key_keylen results changed, modify dts to adapt
> 
> Tested-by: Zhou, Jun <junx.w.zhou@intel.com>
> 
> -----Original Message-----
> From: Zhou Jun [mailto:junx.w.zhou@intel.com]
> Sent: Monday, February 8, 2021 3:01 PM
> To: dts@dpdk.org
> Cc: Zhou, JunX W <junx.w.zhou@intel.com>
> Subject: [dts][PATCH V1] tests/TestSuite_rss_to_rte_flow: set_key_keylen
> results changed, modify dts to adapt


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

* Re: [dts] [PATCH V1] tests/TestSuite_rss_to_rte_flow: set_key_keylen results changed, modify dts to adapt
  2021-02-08  8:43   ` Zhao, HaiyangX
@ 2021-02-19  8:07     ` Tu, Lijuan
  0 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2021-02-19  8:07 UTC (permalink / raw)
  To: Zhao, HaiyangX, Zhou, JunX W, Zhou, JunX W, dts

Applied

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zhao, HaiyangX
> Sent: 2021年2月8日 16:43
> To: Zhou, JunX W <junx.w.zhou@intel.com>; Zhou, JunX W
> <junx.w.zhou@intel.com>; dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/TestSuite_rss_to_rte_flow: set_key_keylen
> results changed, modify dts to adapt
> 
> Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>
> 
> Best Regards,
> Zhao Haiyang
> 
> > -----Original Message-----
> > From: dts <dts-bounces@dpdk.org> On Behalf Of Zhou, JunX W
> > Sent: Monday, February 8, 2021 15:06
> > To: Zhou, JunX W <junx.w.zhou@intel.com>; dts@dpdk.org
> > Subject: Re: [dts] [PATCH V1] tests/TestSuite_rss_to_rte_flow:
> > set_key_keylen results changed, modify dts to adapt
> >
> > Tested-by: Zhou, Jun <junx.w.zhou@intel.com>
> >
> > -----Original Message-----
> > From: Zhou Jun [mailto:junx.w.zhou@intel.com]
> > Sent: Monday, February 8, 2021 3:01 PM
> > To: dts@dpdk.org
> > Cc: Zhou, JunX W <junx.w.zhou@intel.com>
> > Subject: [dts][PATCH V1] tests/TestSuite_rss_to_rte_flow:
> > set_key_keylen results changed, modify dts to adapt


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