Re: [PATCH v2 1/1] dts: add EAL confidence check suite

2024-12-23 Thread Patrick Robb
Hey Dean, I would retain the hello world name if I were you, in place of "eal" as you use here. I don't want to give off the impression that we are testing EAL in some intentional way, as opposed to providing a reference testsuite. On Mon, Dec 23, 2024 at 12:56 PM Dean Marx wrote: > Add a test

[PATCH v2 1/1] dts: add EAL confidence check suite

2024-12-23 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_eal.py | 27 +++ 1 file chang