-
Ensure operator-sdk v0.17.2 is installed.
-
If the namespace openshift-pipelines-operator exists, delete it. Do this to make sure the namespace is clean.
oc delete namespace openshift-pipelines-operator
- Create the namespace openshift-pipelines-operator.
oc create namespace openshift-pipelines-operator
- Run the test using
operator-sdk test
command locally (without build).
operator-sdk test local --up-local ./test/e2e \
--operator-namespace openshift-pipelines-operator \
--verbose --debug