Skip to content

Commit 6609fa1

Browse files
Merge pull request #281 from csibbitt/csibbitt/OSPRH-3297/kuttl_use_COO
Use COO instead of OBO in kuttl tests
2 parents be84db5 + f91489f commit 6609fa1

File tree

4 files changed

+6
-52
lines changed

4 files changed

+6
-52
lines changed
Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,11 @@
11
apiVersion: operators.coreos.com/v1alpha1
2-
kind: CatalogSource
3-
metadata:
4-
annotations:
5-
name: observability-operator
6-
namespace: openshift-marketplace
7-
spec:
8-
displayName: Observability Operator - Test
9-
icon:
10-
base64data: ""
11-
mediatype: ""
12-
image: quay.io/rhobs/observability-operator-catalog:latest
13-
publisher: Sunil Thaha
14-
sourceType: grpc
15-
grpcPodConfig:
16-
securityContextConfig: restricted
17-
updateStrategy:
18-
registryPoll:
19-
interval: 1m0s
20-
---
21-
apiVersion: operators.coreos.com/v1alpha1
222
kind: Subscription
233
metadata:
24-
labels:
25-
operators.coreos.com/observability-operator.openshift-operators: ""
26-
name: observability-operator
4+
name: cluster-observability-operator
275
namespace: openshift-operators
286
spec:
297
channel: development
308
installPlanApproval: Automatic
31-
name: observability-operator
32-
source: observability-operator
9+
name: cluster-observability-operator
10+
source: redhat-operators
3311
sourceNamespace: openshift-marketplace

tests/kuttl/suites/default/tests/01-assert.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ metadata:
156156
- kind: MetricStorage
157157
name: metric-storage
158158
spec:
159-
scrapeInterval: 30s
160159
staticConfigs:
161160
- targets: []
162161
---
Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,11 @@
11
apiVersion: operators.coreos.com/v1alpha1
2-
kind: CatalogSource
3-
metadata:
4-
annotations:
5-
name: observability-operator
6-
namespace: openshift-marketplace
7-
spec:
8-
displayName: Observability Operator - Test
9-
icon:
10-
base64data: ""
11-
mediatype: ""
12-
image: quay.io/rhobs/observability-operator-catalog:latest
13-
publisher: Sunil Thaha
14-
sourceType: grpc
15-
grpcPodConfig:
16-
securityContextConfig: restricted
17-
updateStrategy:
18-
registryPoll:
19-
interval: 1m0s
20-
---
21-
apiVersion: operators.coreos.com/v1alpha1
222
kind: Subscription
233
metadata:
24-
labels:
25-
operators.coreos.com/observability-operator.openshift-operators: ""
26-
name: observability-operator
4+
name: cluster-observability-operator
275
namespace: openshift-operators
286
spec:
297
channel: development
308
installPlanApproval: Automatic
31-
name: observability-operator
32-
source: observability-operator
9+
name: cluster-observability-operator
10+
source: redhat-operators
3311
sourceNamespace: openshift-marketplace

tests/kuttl/suites/metricstorage/tests/01-assert.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,5 @@ metadata:
6868
- kind: MetricStorage
6969
name: telemetry-kuttl
7070
spec:
71-
scrapeInterval: 30s
7271
staticConfigs:
7372
- targets: []

0 commit comments

Comments
 (0)