test/graph: add functional tests
authorKiran Kumar K <kirankumark@marvell.com>
Sat, 11 Apr 2020 14:14:12 +0000 (19:44 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 5 May 2020 21:33:04 +0000 (23:33 +0200)
commit6b89650418fed54efa3fca99aa273e6ba30d917b
treec6dee3fa870f4f6f020e6aaaf49735eee5206d36
parent40d4f51403ec37b7a93256b07b1ed0c5d5ddebbf
test/graph: add functional tests

Adding the unit test to test the functionality of node and graph APIs.
Testing includes registering a node, cloning a node, creating a graph,
perform graph walk, collecting stats and all node and graph debug APIs.

example command to test:
echo "graph_autotest" | sudo ./build/app/test/dpdk-test -c 0x30

Signed-off-by: Kiran Kumar K <kirankumark@marvell.com>
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
MAINTAINERS
app/test/Makefile
app/test/meson.build
app/test/test_graph.c [new file with mode: 0644]