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

Integration Tests #11

Open
paulopiriquito opened this issue Aug 24, 2023 · 0 comments
Open

Integration Tests #11

paulopiriquito opened this issue Aug 24, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@paulopiriquito
Copy link
Owner

I want to provide integration tests to validate the action in a real use case simulacrum.
This way, I can be certain that the pre-release version is working properly before publishing a full release to the action users.

Acceptance Criteria:

  • Must read contents from an ephemeral vault engine, during the CI lifecycle.
  • Must write contents to an ephemeral k8s cluster as:
  1. Read secret contents from an ephemeral vault engine, during the CI lifecycle.
  2. Must create objects in an ephemeral k8s cluster namespace:
    • Kind: Secret Type: Opaque
    • Kind: ConfigMap
  3. Must assert object contents against the original secret contents
@paulopiriquito paulopiriquito added the enhancement New feature or request label Aug 24, 2023
@paulopiriquito paulopiriquito added this to the 1.1.0 milestone Aug 24, 2023
@paulopiriquito paulopiriquito modified the milestones: 1.1.0, 1.2.0 Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant