Repair Doxygen build infrastructure
[vpp.git] / vpp-api / java / jvpp-core / io / fd / vpp / jvpp / core / test / Readme.txt
1 This package contains basic tests for jvpp. To run the tests:
2
3 - Make sure VPP is running
4 - From VPP's build-root/ folder execute:
5   - sudo java -cp build-vpp-native/vpp-api/java/jvpp-registry-17.01.jar:build-vpp-native/vpp-api/java/jvpp-core-17.01.jar io.fd.vpp.jvpp.core.test.[test name]
6
7 Available tests:
8 CallbackApiTest - Similar to ControlPingTest, invokes more complex calls (e.g. interface dump) using low level JVpp APIs
9 CallbackJVppFacadeNotificationTest - Tests interface notifications using Callback based JVpp facade
10 CallbackJVppFacadeTest - Execution of more complex calls using Callback based JVpp facade
11 CallbackNotificationApiTest - Tests interface notifications using low level JVpp APIs
12 ControlPingTest - Simple test executing a single control ping using low level JVpp APIs
13 CreateSubInterfaceTest - Tests sub-interface creation
14 FutureApiNotificationTest - Tests interface notifications using Future based JVpp facade
15 FutureApiTest - Execution of more complex calls using Future based JVpp facade
16 L2AclTest - Tests L2 ACL creation
17 LispAdjacencyTest - Tests lisp adjacency creation and read (custom vpe.api type support showcase)