Skip to content

Commit

Permalink
Added Action to the testing flow
Browse files Browse the repository at this point in the history
  • Loading branch information
yodigos committed Aug 6, 2024
1 parent d62b5bb commit bc5c8f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions tests/e2e/fe-synthetic/assert-action-added.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: actions.odigos.io/v1alpha1
kind: ProbabilisticSampler
metadata:
namespace: odigos-system
spec:
actionName: action-test
sampling_percentage: "0.5"
signals:
- TRACES
2 changes: 1 addition & 1 deletion tests/e2e/fe-synthetic/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ spec:
- name: Assert Action CRD
try:
- assert:
file: assert-action-added.yaml
file: assert-action-added.yaml

0 comments on commit bc5c8f4

Please sign in to comment.