Re: [PATCH v3] dts: reform hello world test suite

2025-01-07 Thread Patrick Robb
Actually, would you want to use logger to print a "hello world" message. It might make the testsuite name make more sense hah. On Mon, Jan 6, 2025 at 11:57 AM Dean Marx wrote: > Add a test suite to replace hello_world which simply > starts and stops a testpmd session. The user can use > this as

Re: [PATCH v3] dts: reform hello world test suite

2025-01-07 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

[PATCH v3] dts: reform hello world test suite

2025-01-06 Thread Dean Marx
Add a test suite to replace hello_world which simply starts and stops a testpmd session. The user can use this as a confidence check to verify their configuration. Signed-off-by: Dean Marx Reviewed-by: Paul Szczepanek --- dts/tests/TestSuite_hello_world.py | 68 ++ 1