Skip to content

Create a binary for running end-to-end tests. - #1372

Draft
partim wants to merge 13 commits into
mainfrom
krilltest
Draft

Create a binary for running end-to-end tests.#1372
partim wants to merge 13 commits into
mainfrom
krilltest

Conversation

@partim

@partim partim commented Apr 2, 2026

Copy link
Copy Markdown
Member

This PR proposes infrastructure to relatively easily develop and run end-to-end tests. The idea is to provide infrastructure to write these tests in Rust and make the part of a binary that can be run to execute these tests. It will set up one or more Krill instances and Nginx for serving RRDP. It will then issue a number of commands to the Krill instances and check the result by running Routinator and verify its output.

The binary is a sub-crate under Krill to keep all code together.

@partim
partim marked this pull request as draft April 2, 2026 15:37
@ximon18 ximon18 self-assigned this Aug 4, 2026
ximon18 added 6 commits August 5, 2026 08:31
- Configure Krill to run in test bed mode.
- Configure nginx to proxy specific Krill locations instead of arbitrary
routes.
- Configure nginx to serve Krill generated RRDP files.
- Configure Routinator to trust the nginx TLS certificate.
- Download the Krill TAL and install it in Routinator.
- Don't serve a test.txt file from nginx.
- Silence nginx warning about not being able to write to /var/log/.
- Add support for running Routinator in `vrps` mode and fetching the
results as JSON.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants