summaryrefslogtreecommitdiffstats
path: root/crates/core/tedge_lib/tests/test_pubsub.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/core/tedge_lib/tests/test_pubsub.toml')
-rw-r--r--crates/core/tedge_lib/tests/test_pubsub.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/crates/core/tedge_lib/tests/test_pubsub.toml b/crates/core/tedge_lib/tests/test_pubsub.toml
new file mode 100644
index 00000000..b14c6a5b
--- /dev/null
+++ b/crates/core/tedge_lib/tests/test_pubsub.toml
@@ -0,0 +1,15 @@
+max_concurrency = 10
+
+plugin_shutdown_timeout_ms = 2000
+
+[plugins]
+
+[plugins.p]
+kind = "pub"
+[plugins.p.configuration]
+
+[plugins.s]
+kind = "sub"
+[plugins.s.configuration]
+target = [ "p" ]
+