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

Use testcontainers for test, instead of local zerotier-one #10

Merged
merged 6 commits into from
Apr 11, 2024

Commits on Apr 11, 2024

  1. fix: allowManagementFrom spec

    laduke committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    96d1e2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0177c66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc32def View commit details
    Browse the repository at this point in the history
  4. test: improve tests by using testcontainers

    Before, we assume that the host/dev env
    had a zerotier-one service running.
    
    Now we can start a container and use the
    zerotier-one in there, and then throw it away.
    laduke committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7ca6eed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f552b34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1122c4a View commit details
    Browse the repository at this point in the history