-
Task
-
Resolution: Won't Do
-
Major
-
1.7.5
Install the operator from Operator hub and run Kuttl tests as part of 1.7.5 release.
Test Steps:
- Clone https://gitlab.cee.redhat.com/gitops/gitops-components-automated-testing
- Checkout to the release-1.7 branch
- Install and upgrade the operator by running $ make operator-upgrade after setting QUAY_USER, NEW_VER and IIB_ID
- Clone https://gitlab.cee.redhat.com/gitops/operator-e2e/-/tree/master/gitops-operator
- Change directory to gitops-operator and run
- $ kubectl kuttl test ./tests/sequential --config ./tests/sequential/kuttl-test.yaml
- $kubectl kuttl test ./tests/parallel --config ./tests/parallel/kuttl-test.yaml
- For running a particular test, pass the test name along with --test flag
More info: https://gitlab.cee.redhat.com/gitops/operator-e2e/-/blob/master/gitops-operator/README.md
Acceptance Criteria:
- Both Sequential and Parallel suites are executed
- Results have been logged
- clones
-
GITOPS-3138 [Test execution] - Operator upgrade and KUTTL Tests | OCP 4.10
- Closed