Skip to content

Commit

Permalink
fix: fix cli upgrade tets
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir David authored and Tamir David committed Nov 5, 2024
1 parent 4eeffc6 commit 58463a4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion tests/e2e/cli-upgrade/assert-instrumented-and-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,12 @@ status:
(value != null): true # This will hold the version before the upgrade
- key: process.pid
(value != null): true
- key: k8s.namespace.name
(value != null): true
- key: k8s.container.name
(value != null): true
- key: k8s.pod.name
(value != null): true
---
apiVersion: odigos.io/v1alpha1
kind: InstrumentationInstance
Expand All @@ -324,7 +330,13 @@ status:
- key: process.pid
(value != null): true
- key: telemetry.sdk.language
value: python
value: python
- key: k8s.namespace.name
(value != null): true
- key: k8s.container.name
(value != null): true
- key: k8s.pod.name
(value != null): true
---
apiVersion: odigos.io/v1alpha1
kind: InstrumentationInstance
Expand Down

0 comments on commit 58463a4

Please sign in to comment.