Skip to content

Commit

Permalink
Change kuttl test to run in any namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vhariria committed Aug 9, 2023
1 parent 23b0317 commit ea58600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kuttl-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ apiVersion: kuttl.dev/v1beta1
kind: TestSuite
reportFormat: JSON
reportName: kuttl-test-barbican
namespace: barbican-kuttl-tests
timeout: 180
namespace: openstack
parallel: 1
suppress:
- events # Remove spammy event logs
2 changes: 1 addition & 1 deletion tests/kuttl/tests/basic-deployment/01-deploy-barbican.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- script: |
oc apply -n openstack -f ../../../../config/samples/barbican_v1beta1_barbican.yaml
oc apply -n $NAMESPACE -f ../../../../config/samples/barbican_v1beta1_barbican.yaml

0 comments on commit ea58600

Please sign in to comment.