From f84359ec7a79c07bc2ae86ad81db823e1912a9e8 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 28 Jun 2023 15:46:15 +0200 Subject: Add nodes groups features --- example/platform.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'example/platform.yaml') 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: -- cgit v1.2.3