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

Weiyuan Li weiyuanx.li at intel.com
Mon Feb 7 06:34:51 CET 2022


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

Signed-off-by: Weiyuan Li <weiyuanx.li at 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



More information about the dts mailing list