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

Add minimum tests for policy-reporter UI #88

Open
viccuad opened this issue Sep 29, 2023 · 0 comments
Open

Add minimum tests for policy-reporter UI #88

viccuad opened this issue Sep 29, 2023 · 0 comments

Comments

@viccuad
Copy link
Member

viccuad commented Sep 29, 2023

From the fallout of kubewarden/helm-charts#311, it is obvious we need some minimum testing of the policy-reporter UI subchart.

Acceptance criteria

Test installation of the policy reporter subchart with auditScanner.policyReporter=true.

  • Check that the kubewarden-controller-ui is up and running.
  • Check that the services kubewarden-controller-ui and kubewarden-controller-policy-reporter are available.
  • Perform a minimal smoke test (e.g: setting kubectl port-forward service/kubewarden-controller-ui 8082:8080 -n kubewarden and hitting the kubewarden-controller-ui in localhost:8082). Maybe there's better ways.

Repeat the test in upgrade scenarios, upgrading the policy-reporter chart bits too, by upgrading from an install with auditScanner.policyReporter=true .

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

No branches or pull requests

1 participant