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
- Host: GitHub
- URL: https://github.com/rtrlib/rtr-testsuite
- Owner: rtrlib
- Created: 2015-08-13T15:41:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T20:26:07.000Z (over 10 years ago)
- Last Synced: 2024-03-27T07:00:26.989Z (about 2 years ago)
- Language: Scala
- Size: 62.5 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.