test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] tests/i40_rss_input: update dts code for dpdk query RSS changes
@ 2023-03-30  3:15 Weiyuan Li
  2023-03-30  8:42 ` lijuan.tu
  0 siblings, 1 reply; 2+ messages in thread
From: Weiyuan Li @ 2023-03-30  3:15 UTC (permalink / raw)
  To: dts; +Cc: Weiyuan Li

According to dpdk commit f958bbe221 (app/testpmd: display RSS hash key of flow rule) modify the script adapt to this changes.

Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>
---
 tests/TestSuite_i40e_rss_input.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_i40e_rss_input.py b/tests/TestSuite_i40e_rss_input.py
index 4a88af1b..716800d9 100644
--- a/tests/TestSuite_i40e_rss_input.py
+++ b/tests/TestSuite_i40e_rss_input.py
@@ -5743,7 +5743,7 @@ class TestI40ERssInput(TestCase):
             "testpmd> ",
         )
 
-        rexp = r"flow query 0 (\d) rss\r\r\nRSS:\r\n queues: ([\S\s]+?)\r\n function: (\S+?)\r\n types:\r\n  ([\s\S]+)"
+        rexp = r"flow query 0 (\d) rss\r\r\nRSS:\r\n queues: ([\S\s]+?)\r\n function: (\S+?)\r\n RSS key:\r\n [\s\S]+\r\n types:\r\n  ([\s\S]+)"
         out0 = self.dut.send_expect("flow query 0 0 rss", "testpmd> ")
         m0 = re.match(rexp, out0.strip())
         self.verify(
-- 
2.27.0


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

* [dts][PATCH V1] tests/i40_rss_input: update dts code for dpdk query RSS changes
  2023-03-30  3:15 [dts][PATCH V1] tests/i40_rss_input: update dts code for dpdk query RSS changes Weiyuan Li
@ 2023-03-30  8:42 ` lijuan.tu
  0 siblings, 0 replies; 2+ messages in thread
From: lijuan.tu @ 2023-03-30  8:42 UTC (permalink / raw)
  To: dts, Weiyuan Li; +Cc: Weiyuan Li

On Thu, 30 Mar 2023 11:15:38 +0800, Weiyuan Li <weiyuanx.li@intel.com> wrote:
> According to dpdk commit f958bbe221 (app/testpmd: display RSS hash key of flow rule) modify the script adapt to this changes.
> 
> Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>

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

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

end of thread, other threads:[~2023-03-30  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30  3:15 [dts][PATCH V1] tests/i40_rss_input: update dts code for dpdk query RSS changes Weiyuan Li
2023-03-30  8:42 ` 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).