VPP-330 Track pending map-requests with a fifo
[vpp.git] / vpp-api / java / jvpp-core / org / openvpp / 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_debug-native/vpp-api/java/jvpp-registry-16.09.jar:build-vpp_debug-native/vpp-api/java/jvpp-core-16.09.jar org.openvpp.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