Re: [PATCH v3 2/4] dts: remove unnecessary testpmd verification

2025-07-03 Thread Patrick Robb
On Wed, Jul 2, 2025 at 12:23 PM Dean Marx wrote: > Remove unnecessary verification step in the start method > of TestPmdShell which checks the link status. > > Signed-off-by: Dean Marx > --- > dts/framework/remote_session/testpmd_shell.py | 7 --- > 1 file changed, 7 deletions(-) > > diff -

[PATCH v3 2/4] dts: remove unnecessary testpmd verification

2025-07-02 Thread Dean Marx
Remove unnecessary verification step in the start method of TestPmdShell which checks the link status. Signed-off-by: Dean Marx --- dts/framework/remote_session/testpmd_shell.py | 7 --- 1 file changed, 7 deletions(-) diff --git a/dts/framework/remote_session/testpmd_shell.py b/dts/framewo