[dpdk-dev] [PATCH v5 09/12] test/fib: add FIB library autotests

Thomas Monjalon thomas at monjalon.net
Thu Oct 24 17:55:36 CEST 2019


01/10/2019 19:12, Medvedkin, Vladimir:
> On 12/09/2019 15:07, Aaron Conole wrote:
> > Vladimir Medvedkin <vladimir.medvedkin at intel.com> writes:
> >
> >> Functional tests for the new FIB library.
> >>
> >> Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
> >> ---
> >>   app/test/Makefile         |   1 +
> >>   app/test/autotest_data.py |   6 +
> >>   app/test/meson.build      |   3 +
> >>   app/test/test_fib.c       | 397 ++++++++++++++++++++++++++++++++++++++++++++++
> >>   4 files changed, 407 insertions(+)
> >>   create mode 100644 app/test/test_fib.c
> >>
> > Thanks so much for adding tests with your library.
> >
> > Please note that even after 30s, these tests don't complete:
> >
> >    https://travis-ci.com/ovsrobot/dpdk/jobs/234132379
> >
> > Can you restrict some of your lpm test vectors rather than looping
> > through all of combinations?  Or perhaps take the long poll tests and
> > move them into a perf test?
> 
> Sorry for the late reply. I'll try to make it work faster :)

Because of the test duration, this series is waiting for a v6.
I hope we could merge it in 19.11-rc2.




More information about the dev mailing list