-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #213 from openstack-k8s-operators/prow-kuttl
Make kuttl suite compatible with install_yamls
- Loading branch information
Showing
5 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# | ||
# EXECUTION (from install_yamls repo root): | ||
# | ||
# make telemetry_kuttl | ||
# | ||
# ASSUMPTIONS: | ||
# | ||
# 1. Latest version of kuttl is installed at /usr/local/bin/kubectl-kuttl | ||
# - wget https://github.com/kudobuilder/kuttl/releases/download/v0.11.1/kubectl-kuttl_0.11.1_linux_x86_64 | ||
# - mv kubectl-kuttl_0.11.1_linux_x86_64 /usr/local/bin/kubectl-kuttl | ||
# - chmod 755 /usr/local/bin/kubectl-kuttl | ||
# 2. An OCP 4.10+ CRC cluster with Podified Operators has been deployed | ||
# 3. CLI user has access to $KUBECONFIG | ||
|
||
apiVersion: kuttl.dev/v1alpha1 | ||
kind: TestSuite | ||
reportFormat: JSON | ||
reportName: kuttl-test-telemetry | ||
namespace: telemetry-kuttl-tests | ||
timeout: 180 | ||
parallel: 1 | ||
suppress: | ||
- events # Remove spammy event logs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
apiVersion: kuttl.dev/v1beta1 | ||
kind: TestStep | ||
commands: | ||
- script: | | ||
oc apply -f ../deps/rhobs.yaml | ||
until oc api-resources | grep -q rhobs; do sleep 1; done |
File renamed without changes.
File renamed without changes.