2016-05-11 14:16, Thomas Monjalon: > The LPM performance tests should not be mixed with > functional tests: they are long and show some statistics. > > LPM6 functional tests are added to parallel tests. > > Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com> > --- > v2: move LPM6 autotest in parallel tests > > app/test/Makefile | 2 + > app/test/autotest_data.py | 19 ++-- > app/test/test_lpm.c | 211 +-------------------------------------- > app/test/test_lpm6.c | 155 +---------------------------- > app/test/test_lpm6_perf.c | 191 +++++++++++++++++++++++++++++++++++ > app/test/test_lpm_perf.c | 249 > ++++++++++++++++++++++++++++++++++++++++++++++ > 6 files changed, 454 insertions(+), 373 deletions(-) > create mode 100644 app/test/test_lpm6_perf.c > create mode 100644 app/test/test_lpm_perf.c
Applied