diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-28 15:46:15 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-28 15:46:15 +0200 |
| commit | f84359ec7a79c07bc2ae86ad81db823e1912a9e8 (patch) | |
| tree | 2c9269c65456941c55270d5a2ff110c4d472d07b /example | |
| parent | e95d50d0ff8465988841a319efb3829109c154d1 (diff) | |
Add nodes groups features
Diffstat (limited to 'example')
| -rw-r--r-- | example/platform.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/platform.yaml b/example/platform.yaml index a549350..ea3f760 100644 --- a/example/platform.yaml +++ b/example/platform.yaml @@ -28,6 +28,10 @@ nodes: # 0-@ receiver.py is equivalent to 0-4 receiver.py implementations: - all sender.py + # Allow you to assign a group to each node (visible in ESDS log reports) + # If not specified, group is "def" for default + groups: + - 0-2 A # Node implementation arguments # arguments keys are ranges of nodes, and values are passed to the specified nodes arguments: |
