app/test: isolate lpm performance cases
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 5 May 2016 07:08:13 +0000 (09:08 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 24 May 2016 15:00:55 +0000 (17:00 +0200)
commit62dac65a326557939352f7ef62ac982a3a9f5a4a
treef47aba098798b46e7ed58efe8086b0ca758fb966
parentfb847267ba44f5387f680b6bf378e8bfb28c9532
app/test: isolate lpm performance cases

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@6wind.com>
app/test/Makefile
app/test/autotest_data.py
app/test/test_lpm.c
app/test/test_lpm6.c
app/test/test_lpm6_perf.c [new file with mode: 0644]
app/test/test_lpm_perf.c [new file with mode: 0644]