summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Carpenter <malcom2073@gmail.com>2012-08-28 18:01:39 -0400
committerMichael Carpenter <malcom2073@gmail.com>2012-08-28 18:01:39 -0400
commit14ab508fe3499ebf1e12c5a5b087393f83ad5dfa (patch)
tree4f53e6eb0be62554d01379e96b846c3ba1c242a6
parent8e23d92eb5fb77054c9f1b6ef81d5b12cf1908ae (diff)
downloadautomotive-message-broker-14ab508fe3499ebf1e12c5a5b087393f83ad5dfa.tar.gz
Add two new configs for source/sink websocket tests
-rw-r--r--configsink5
-rw-r--r--configsource5
2 files changed, 10 insertions, 0 deletions
diff --git a/configsink b/configsink
new file mode 100644
index 00000000..d962dda4
--- /dev/null
+++ b/configsink
@@ -0,0 +1,5 @@
+{
+ "sources" : [ "../plugins/examplesourceplugin.so" ],
+ "sinks": [ "../plugins/websocketsink/websocketsinkplugin.so" ]
+}
+
diff --git a/configsource b/configsource
new file mode 100644
index 00000000..0a9a8b3d
--- /dev/null
+++ b/configsource
@@ -0,0 +1,5 @@
+{
+ "sources" : [ "../plugins/websocketsourceplugin/websocketsourceplugin.so" ],
+ "sinks": [ "../plugins/examplesinkplugin.so" ]
+}
+