summaryrefslogtreecommitdiffstats
path: root/crates/core/tedge_core/tests/plugin_does_not_support_message.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/core/tedge_core/tests/plugin_does_not_support_message.toml')
-rw-r--r--crates/core/tedge_core/tests/plugin_does_not_support_message.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/crates/core/tedge_core/tests/plugin_does_not_support_message.toml b/crates/core/tedge_core/tests/plugin_does_not_support_message.toml
new file mode 100644
index 00000000..4ac227ba
--- /dev/null
+++ b/crates/core/tedge_core/tests/plugin_does_not_support_message.toml
@@ -0,0 +1,12 @@
+max_concurrency = 10
+
+plugin_shutdown_timeout_ms = 2000
+
+[plugins]
+[plugins.not_supported]
+kind = "notsupported"
+[plugins.not_supported.configuration]
+
+[plugins.sender]
+kind = "sending"
+[plugins.sender.configuration]