Re: [PATCH v2 3/3] dts: add flow validation

2025-06-25 Thread Patrick Robb
On Wed, May 21, 2025 at 3:26 PM Dean Marx wrote: > Add a method for validating flow rules to the testpmd shell class. > Implement test case skipping for flow rules that do not pass > validation. > > Signed-off-by: Dean Marx > --- > dts/framework/remote_session/testpmd_shell.py | 15 > dts/

[PATCH v2 3/3] dts: add flow validation

2025-05-21 Thread Dean Marx
Add a method for validating flow rules to the testpmd shell class. Implement test case skipping for flow rules that do not pass validation. Signed-off-by: Dean Marx --- dts/framework/remote_session/testpmd_shell.py | 15 dts/framework/test_run.py | 3 + dts/framework/te