Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PoC: Rust-based integration test PoC #879

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mathiaspeters
Copy link
Contributor

@mathiaspeters mathiaspeters commented Oct 17, 2024

This PR is a PoC that should not be merged.

The purpose of this PR is to showcase two different methods of implementing rust-based integration tests for libtelio, to make discussing a related RFC easier.

The goal before anything related to this effort is merged is to not have any external dependencies that are not runnable and manageable directly from the test (starting a separate process from Rust to run separate binaries doesn't count), but to be able to start the RFC process, this PR only localizes the derp servers to rust. Because of that, the PoC vpn connection test cannot be run without at least the natlab vpn containers running

☑️ Definition of Done checklist

  • Commit history is clean (requirements)
  • README.md is updated
  • Functionality is covered by unit or integration tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant