Hi Aaron,
On 12/09/2019 15:07, Aaron Conole wrote:
Vladimir Medvedkin <vladimir.medved...@intel.com> writes:
Functional tests for the new FIB library.
Signed-off-by: Vladimir Medvedkin <vladimir.medved...@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 :)
--
Regards,
Vladimir