rtr-testsuite is a basic rpki-rtr implementation that offers some additional functionality to allow the user to manually manipulate ROA entries.
rtr-testsuite requires Java 1.7 or higher.
Build with
maven clean
maven package assembly:single
which should result in a .tar.gz file that includes everything needed to run except a java runtime.
Alternatively you can download the latest release and run it like this:
tar -xzf RTRTestsuite-[version]-SNAPSHOT-dist.tar.gz
cd RTRTestsuite-[version]-SNAPSHOT
./rtr-testsuite.sh <port>
./rtr-testsuite.sh <port>
whereas port is an optional argument that determines the port the
rtr-testsuite is listening for clients.
Use help
on the rtr-testsuite prompt to get information about available commands.