summaryrefslogtreecommitdiffstats
path: root/java/jvpp-stats/io/fd/jvpp/stats/test/Readme.txt
blob: 9fb22ccd220821fbec2bdf092ded68482e181fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This package contains basic tests for jvpp. To run the tests:

- Make sure VPP is running
- From JVPP's java/ folder execute:
  - "sudo java -cp jvpp-registry-19.08.jar:jvpp-stats-19.08.jar io.fd.jvpp.stats.test.FutureApiTest"
- For debug use:
  - "sudo java -verbose:jni -Xcheck:jni -cp jvpp-registry-19.08.jar:jvpp-stats-19.08.jar io.fd.jvpp.stats.test.FutureApiTest"
  - in the case there is a core dump generated use GDB for backtrace:
    - "sudo gdb java core"
    - then in GDB console use "bt full" command to print backtrace.
    - if libraries are missing use "info sharedlibrary" in GDB to find out path and name of missing libraries.
      You can copy missing libraries to desired location (usually /tmp/, because the libs are extracted from jars on startup)