[dpdk-dev] [PATCH v5 09/12] test/fib: add FIB library autotests
Aaron Conole
aconole at redhat.com
Thu Sep 12 16:07:48 CEST 2019
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?
More information about the dev
mailing list