diff options
Diffstat (limited to 'src/test/resources/valid_mapper_config.json')
-rw-r--r-- | src/test/resources/valid_mapper_config.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/test/resources/valid_mapper_config.json b/src/test/resources/valid_mapper_config.json new file mode 100644 index 0000000..7106141 --- /dev/null +++ b/src/test/resources/valid_mapper_config.json @@ -0,0 +1,20 @@ +{
+ "pm-mapper-filter": "{ \"filters\":[]}",
+ "3GPP.schema.file": "{\"3GPP_Schema\":\"./etc/3GPP_relaxed_schema.xsd\"}",
+ "streams_subscribes": {},
+ "streams_publishes": {
+ "pm_mapper_handle_out": {
+ "type": "message_router",
+ "aaf_password": null,
+ "dmaap_info": {
+ "topic_url": "https://we-are-message-router.us:3905/events/some-topic",
+ "client_role": null,
+ "location": null,
+ "client_id": null
+ },
+ "aaf_username": null
+ }
+ },
+ "streams_subscribes.pm_mapper_handle_out.message_router_topic": "unauthenticated.PM_VES_OUTPUT",
+ "services_calls": {}
+}
\ No newline at end of file |