summaryrefslogtreecommitdiff
path: root/plugins/testplugin/README
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/testplugin/README')
-rw-r--r--plugins/testplugin/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/testplugin/README b/plugins/testplugin/README
new file mode 100644
index 00000000..6215a9c4
--- /dev/null
+++ b/plugins/testplugin/README
@@ -0,0 +1,18 @@
+Test Source Plugin
+
+The test source plugin tests the internal routing engine of AMB. If there is an error, the test plugin will cause ambd to abort.
+This plugin is useful when testing changes in AMB's core routing engine.
+
+To use the Test Source plugin, add the following config to your /etc/ambd/config:
+
+
+"sources" : [
+ {
+ "name" : "test",
+ "path" : "/usr/lib/automotive-message-broker/testsourceplugin.so"
+ }
+ ]
+
+
+
+