Merge pull request #69 from fredcadete/master
[profile/ivi/automotive-message-broker.git] / plugins / testplugin / README
1 Test Source Plugin
2
3 The test source plugin tests the internal routing engine of AMB.  If there is an error, the test plugin will cause ambd to abort.
4 This plugin is useful when testing changes in AMB's core routing engine.
5
6 To use the Test Source plugin, add the following config to your /etc/ambd/config:
7
8
9 "sources" : [
10                 {
11                         "name" : "test",
12                         "path" : "/usr/lib/automotive-message-broker/testsourceplugin.so"
13                 }
14         ]
15
16
17
18