Skip to content

Commit

Permalink
Modify kuttl-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzigold authored and openshift-cherrypick-robot committed Nov 19, 2024
1 parent ee7a0fc commit 680fdbc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
15 changes: 13 additions & 2 deletions tests/kuttl/suites/metricstorage/tests/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,19 @@ metadata:
- kind: MetricStorage
name: telemetry-kuttl
spec:
staticConfigs:
- {}
scrapeInterval: 30s
---
apiVersion: monitoring.rhobs/v1alpha1
kind: ScrapeConfig
metadata:
labels:
service: metricStorage
name: telemetry-node-exporter-tls
ownerReferences:
- kind: MetricStorage
name: telemetry-kuttl
spec:
scrapeInterval: 30s
---
apiVersion: monitoring.rhobs/v1alpha1
kind: ScrapeConfig
Expand Down
15 changes: 13 additions & 2 deletions tests/kuttl/suites/metricstorage/tests/04-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,19 @@ metadata:
- kind: MetricStorage
name: telemetry-kuttl
spec:
staticConfigs:
- {}
scrapeInterval: 40s
---
apiVersion: monitoring.rhobs/v1alpha1
kind: ScrapeConfig
metadata:
labels:
service: metricStorage
name: telemetry-node-exporter-tls
ownerReferences:
- kind: MetricStorage
name: telemetry-kuttl
spec:
scrapeInterval: 40s
---
apiVersion: monitoring.rhobs/v1alpha1
kind: ScrapeConfig
Expand Down

0 comments on commit 680fdbc

Please sign in to comment.