aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/m4
diff options
context:
space:
mode:
authorKiran Kumar K <kirankumark@marvell.com>2020-11-30 13:47:19 +0530
committerPetri Savolainen <petri.savolainen@nokia.com>2020-12-03 11:21:54 +0200
commit1cf1fd4f30004c9a957a7f35ae980e45be049e10 (patch)
tree6ccba6f914197aaed28738607b0325d68a6fc30c /platform/linux-generic/m4
parentf00f240ccb7f3aa4c499c162b3b6d64055bbd86e (diff)
example: cls: add application test script
Add test for the classifier example application. The test configures one PMR to match source IP addresses. The test traffic is read from a capture file using pcap pktio. The number of received packets is verified from both the target queue and default queue. Classifier example test is now run during 'make check'. Signed-off-by: Kiran Kumar K <kirankumark@marvell.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'platform/linux-generic/m4')
-rw-r--r--platform/linux-generic/m4/configure.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/linux-generic/m4/configure.m4 b/platform/linux-generic/m4/configure.m4
index a51a1a80c..4b30f09e3 100644
--- a/platform/linux-generic/m4/configure.m4
+++ b/platform/linux-generic/m4/configure.m4
@@ -44,6 +44,7 @@ AC_CONFIG_FILES([platform/linux-generic/Makefile
platform/linux-generic/dumpconfig/Makefile
platform/linux-generic/test/Makefile
platform/linux-generic/test/example/Makefile
+ platform/linux-generic/test/example/classifier/Makefile
platform/linux-generic/test/example/generator/Makefile
platform/linux-generic/test/example/l2fwd_simple/Makefile
platform/linux-generic/test/example/l3fwd/Makefile