[PATCH v1 1/1] dts: add EAL sanity check suite
Stephen Hemminger
stephen at networkplumber.org
Fri Dec 20 17:21:09 CET 2024
On Fri, 20 Dec 2024 15:49:10 +0000
Paul Szczepanek <paul.szczepanek at arm.com> 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: Dean Marx <dmarx at iol.unh.edu>
> > ---
> > dts/tests/TestSuite_eal.py | 28 ++++++++++++++++++++++++++++
> > 1 file changed, 28 insertions(+)
> > create mode 100644 dts/tests/TestSuite_eal.py
> >
> > diff --git a/dts/tests/TestSuite_eal.py b/dts/tests/TestSuite_eal.py
> > new file mode 100644
> > index 0000000000..35660178f0
> > --- /dev/null
> > +++ b/dts/tests/TestSuite_eal.py
> > @@ -0,0 +1,28 @@
> > +# SPDX-License-Identifier: BSD-3-Clause
> > +# Copyright(c) 2024 University of New Hampshire
> > +
> > +"""DPDK EAL sanity check suite.
Do not use the term "sanity check".
https://inclusivenaming.org/word-lists/tier-2/sanity-check/
More information about the dev
mailing list