[0/2] Add eventdev tests to test suites

Message ID 20230928151428.895642-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series Add eventdev tests to test suites |

Message

Bruce Richardson Sept. 28, 2023, 3:14 p.m. UTC
  The eventdev library includes a selftest API which can be used by
drivers for testing. Add the relevant automated self-test commands
into meson test suites as appropriate.

Bruce Richardson (2):
  event/sw: add self tests to fast tests
  event/*: add driver selftests to driver-tests suite

 app/test/test_eventdev.c             | 10 +++++-----
 drivers/event/sw/sw_evdev_selftest.c |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
  

Comments

David Marchand Sept. 29, 2023, 2:22 p.m. UTC | #1
On Thu, Sep 28, 2023 at 5:14 PM Bruce Richardson
<bruce.richardson@intel.com> wrote:
>
> The eventdev library includes a selftest API which can be used by
> drivers for testing. Add the relevant automated self-test commands
> into meson test suites as appropriate.
>
> Bruce Richardson (2):
>   event/sw: add self tests to fast tests
>   event/*: add driver selftests to driver-tests suite
>
>  app/test/test_eventdev.c             | 10 +++++-----
>  drivers/event/sw/sw_evdev_selftest.c |  2 +-
>  2 files changed, 6 insertions(+), 6 deletions(-)
>

On the principle, the series lgtm.
Acked-by: David Marchand <david.marchand@redhat.com>
  
Jerin Jacob Oct. 3, 2023, 10:02 a.m. UTC | #2
On Sat, Sep 30, 2023 at 6:31 AM David Marchand
<david.marchand@redhat.com> wrote:
>
> On Thu, Sep 28, 2023 at 5:14 PM Bruce Richardson
> <bruce.richardson@intel.com> wrote:
> >
> > The eventdev library includes a selftest API which can be used by
> > drivers for testing. Add the relevant automated self-test commands
> > into meson test suites as appropriate.
> >
> > Bruce Richardson (2):
> >   event/sw: add self tests to fast tests
> >   event/*: add driver selftests to driver-tests suite
> >
> >  app/test/test_eventdev.c             | 10 +++++-----
> >  drivers/event/sw/sw_evdev_selftest.c |  2 +-
> >  2 files changed, 6 insertions(+), 6 deletions(-)
> >
>
> On the principle, the series lgtm.
> Acked-by: David Marchand <david.marchand@redhat.com>

Changed second patch subject to  test/event: add driver selftests to
driver-tests suite

Series applied to dpdk-next-net-eventdev/for-main. Thanks


>
>
> --
> David Marchand
>