Skip to content

Commit

Permalink
tests: Add OPA as a test dimension (main) (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ authored Nov 20, 2024
1 parent fa2ba97 commit 6d23872
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/templates/kuttl/opa/11-install-opa.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: opa
spec:
image:
productVersion: 0.61.0
productVersion: "{{ test_scenario['values']['opa'] }}"
pullPolicy: IfNotPresent
servers:
roleGroups:
Expand Down
4 changes: 4 additions & 0 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ dimensions:
- name: krb5
values:
- 1.21.1
- name: opa
values:
- 0.67.1
# Used for zookeeper, hdfs and hbase
- name: listener-class
values:
Expand Down Expand Up @@ -81,6 +84,7 @@ tests:
- zookeeper-latest
- krb5
- openshift
- opa
- name: orphaned_resources
dimensions:
- hbase-latest
Expand Down

0 comments on commit 6d23872

Please sign in to comment.