An open API service indexing awesome lists of open source software.

https://github.com/rtrlib/rtr-testsuite

Test program that emulates a rpki-rtr cache server
https://github.com/rtrlib/rtr-testsuite

Last synced: about 1 year ago
JSON representation

Test program that emulates a rpki-rtr cache server

Awesome Lists containing this project

README

          

# rtr-testsuite
## About

rtr-testsuite is a basic [rpki-rtr](https://tools.ietf.org/html/rfc6810) implementation that offers
some additional functionality to allow the user to manually manipulate ROA entries.

## Dependencies
rtr-testsuite requires Java 1.7 or higher.

## Install
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](https://github.com/rtrlib/rtr-testsuite/releases/latest) and run it like this:

```
tar -xzf RTRTestsuite-[version]-SNAPSHOT-dist.tar.gz
cd RTRTestsuite-[version]-SNAPSHOT
./rtr-testsuite.sh
```

## Usage
```./rtr-testsuite.sh ```
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.