test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts][PATCH V1] tests/TestSuite_generic_flow_api:fix flexbytes case failure.
@ 2022-02-07  5:34 Weiyuan Li
  2022-02-07  8:01 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Weiyuan Li @ 2022-02-07  5:34 UTC (permalink / raw)
  To: dts; +Cc: Weiyuan Li

Synchronous correction of writeback spelling mistake.
Refer to dpdk commit: 7be78d027918dbc846e502780faf94d5acdf5f75

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

diff --git a/tests/TestSuite_generic_flow_api.py b/tests/TestSuite_generic_flow_api.py
index 269b6c83..23143be8 100644
--- a/tests/TestSuite_generic_flow_api.py
+++ b/tests/TestSuite_generic_flow_api.py
@@ -1849,7 +1849,7 @@ class TestGeneric_flow_api(TestCase):
                 "error")
             self.dut.send_expect(
                 "flow create 0 ingress pattern eth type is 0x0807 / raw relative is 1 pattern is abcdefghijklmnopq / end actions queue index 1 / end",
-                "Exceeds maxmial payload limit")
+                "Exceeds maximal payload limit")
             # l2-payload equal the max length of raw match is 16bytes
             self.dut.send_expect(
                 "flow validate 0 ingress pattern eth type is 0x0807 / raw relative is 1 pattern is abcdefghijklmnop / end actions queue index 1 / end",
-- 
2.27.0


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

* RE: [dts][PATCH V1] tests/TestSuite_generic_flow_api:fix flexbytes case failure.
  2022-02-07  5:34 [dts][PATCH V1] tests/TestSuite_generic_flow_api:fix flexbytes case failure Weiyuan Li
@ 2022-02-07  8:01 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2022-02-07  8:01 UTC (permalink / raw)
  To: Li, WeiyuanX, dts; +Cc: Li, WeiyuanX

> -----Original Message-----
> From: Weiyuan Li <weiyuanx.li@intel.com>
> Sent: 2022年2月7日 13:35
> To: dts@dpdk.org
> Cc: Li, WeiyuanX <weiyuanx.li@intel.com>
> Subject: [dts][PATCH V1] tests/TestSuite_generic_flow_api:fix flexbytes case
> failure.
> 
> Synchronous correction of writeback spelling mistake.
> Refer to dpdk commit: 7be78d027918dbc846e502780faf94d5acdf5f75
> 
> Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>

Applied, thanks

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07  5:34 [dts][PATCH V1] tests/TestSuite_generic_flow_api:fix flexbytes case failure Weiyuan Li
2022-02-07  8:01 ` 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).