diff --git a/tests/README.md b/tests/README.md index e396e92d..8a50fa30 100644 --- a/tests/README.md +++ b/tests/README.md @@ -18,9 +18,6 @@ ln -s /usr/local/bin/greadlink /usr/local/bin/readlink * If you run these tests in a local cluster and have not deployed the Open Data Hub on your OpenShift cluster: ```bash -# Install CodeFlare operator -oc apply -f https://raw.githubusercontent.com/opendatahub-io/distributed-workloads/main/tests/resources/codeflare-subscription.yaml - installPlanName=$(oc get installplans -n openshift-operators -o jsonpath='{.items[?(@.metadata.ownerReferences[0].name=="codeflare-operator")].metadata.name}') oc patch installplan $installPlanName -n openshift-operators --type merge -p '{"spec":{"approved":true}}' diff --git a/tests/resources/codeflare-subscription.yaml b/tests/resources/codeflare-subscription.yaml deleted file mode 100644 index b97f08d4..00000000 --- a/tests/resources/codeflare-subscription.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: operators.coreos.com/v1alpha1 -kind: Subscription -metadata: - name: codeflare-operator - namespace: openshift-operators -spec: - channel: alpha - name: codeflare-operator - source: community-operators - sourceNamespace: openshift-marketplace - installPlanApproval: Manual - startingCSV: codeflare-operator.v0.2.3