Skip to content

Conversation

tvoran
Copy link
Member

@tvoran tvoran commented Jul 26, 2025

Acceptance tests can now be run with a specific version of Vault by setting the ENT_TESTS and VAULT_VERSION environment variables. For example:

# Test with Vault Enterprise 1.19.5
❯ ENT_TESTS=true VAULT_VERSION=1.19.5 bats test/acceptance

# Test with Vault CE 1.18.6
❯ ENT_TESTS=false VAULT_VERSION=1.18.6 bats test/acceptance

# Test with the defaults in values.yaml
❯ bats test/acceptance

This PR runs the acceptance bats tests with all combinations of Kubernetes and supported Vault versions in CI.

@tvoran tvoran requested a review from a team as a code owner July 26, 2025 06:34
benashz
benashz previously approved these changes Sep 24, 2025
@tvoran tvoran requested a review from benashz September 25, 2025 15:03
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.

2 participants