Skip to content

Commit

Permalink
adapt e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
  • Loading branch information
frzifus committed Sep 5, 2024
1 parent eba3bf2 commit d27e877
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/gateway/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,5 @@ spec:
spec:
containers:
- name: tempo
- name: jaeger-query
- name: tempo-query
1 change: 1 addition & 0 deletions tests/e2e/monolithic-extraconfig/install-tempo-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ spec:
apiVersion: v1
data:
tempo-query.yaml: |
address: 127.0.0.1:7777
backend: 127.0.0.1:3200
tenant_header_key: x-scope-orgid
services_query_duration: 72h0m0s
Expand Down
17 changes: 17 additions & 0 deletions tests/e2e/monolithic-memory/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,23 @@ status:
readyReplicas: 1
---
apiVersion: v1
kind: Pod
metadata:
name: tempo-simplest-0
status:
containerStatuses:
- name: jaeger-query
ready: true
started: true
- name: tempo
ready: true
started: true
- name: tempo-query
ready: true
started: true
phase: Running
---
apiVersion: v1
kind: Service
metadata:
labels:
Expand Down
3 changes: 3 additions & 0 deletions tests/e2e/monolithic-receivers-tls/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ metadata:
name: tempo-simplest-0
status:
containerStatuses:
- name: jaeger-query
ready: true
started: true
- name: tempo
ready: true
started: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ data:
usage_report:
reporting_enabled: false
tempo-query.yaml: |
address: 127.0.0.1:7777
backend: 127.0.0.1:3200
tenant_header_key: x-scope-orgid
services_query_duration: 72h0m0s
Expand Down

0 comments on commit d27e877

Please sign in to comment.