summaryrefslogtreecommitdiffstats
path: root/crates/core/tedge_lib/tests/test_send_group.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/core/tedge_lib/tests/test_send_group.toml')
-rw-r--r--crates/core/tedge_lib/tests/test_send_group.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/crates/core/tedge_lib/tests/test_send_group.toml b/crates/core/tedge_lib/tests/test_send_group.toml
new file mode 100644
index 00000000..ed1e710a
--- /dev/null
+++ b/crates/core/tedge_lib/tests/test_send_group.toml
@@ -0,0 +1,21 @@
+max_concurrency = 10
+
+plugin_shutdown_timeout_ms = 2000
+
+[plugins]
+
+[plugins.sender]
+kind = "send"
+[plugins.sender.configuration]
+targets = [ "receiver1", "receiver2" ]
+
+
+[plugins.receiver1]
+kind = "recv"
+[plugins.receiver1.configuration]
+
+
+[plugins.receiver2]
+kind = "recv"
+[plugins.receiver2.configuration]
+