Re: [PATCH v1 1/1] dts: add EAL sanity check suite

2024-12-20 Thread Stephen Hemminger
On Fri, 20 Dec 2024 15:49:10 + Paul Szczepanek wrote: > On 09/12/2024 21:54, 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 a sanity check to verify their configuration. > > > > Signed-off-by: Dea

Re: [PATCH v1 1/1] dts: add EAL sanity check suite

2024-12-20 Thread Paul Szczepanek
On 09/12/2024 21:54, 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 a sanity check to verify their configuration. > > Signed-off-by: Dean Marx > --- > dts/tests/TestSuite_eal.py | 28

[PATCH v1 1/1] dts: add EAL sanity check suite

2024-12-09 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 sanity check to verify their configuration. Signed-off-by: Dean Marx --- dts/tests/TestSuite_eal.py | 28 1 file changed, 28 insertions(+) create mode