[V1] tests/TestSuite_generic_flow_api:fix flexbytes case failure.

Message ID 20220207053451.2042608-1-weiyuanx.li@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] tests/TestSuite_generic_flow_api:fix flexbytes case failure. |

Checks

Context Check Description
ci/Intel-dts-suite-test fail Testing issues

Commit Message

Weiyuan Li Feb. 7, 2022, 5:34 a.m. UTC
  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(-)
  

Comments

Tu, Lijuan Feb. 7, 2022, 8:01 a.m. UTC | #1
> -----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
  

Patch

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",