summaryrefslogtreecommitdiffstats
path: root/src/test/resources/valid_mapper_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/valid_mapper_config.json')
-rw-r--r--src/test/resources/valid_mapper_config.json18
1 files changed, 16 insertions, 2 deletions
diff --git a/src/test/resources/valid_mapper_config.json b/src/test/resources/valid_mapper_config.json
index 7106141..27765ae 100644
--- a/src/test/resources/valid_mapper_config.json
+++ b/src/test/resources/valid_mapper_config.json
@@ -1,7 +1,20 @@
{
"pm-mapper-filter": "{ \"filters\":[]}",
"3GPP.schema.file": "{\"3GPP_Schema\":\"./etc/3GPP_relaxed_schema.xsd\"}",
- "streams_subscribes": {},
+ "streams_subscribes": {
+ "dmaap_subscriber": {
+ "type": "data_router",
+ "aaf_username": null,
+ "aaf_password": null,
+ "dmaap_info": {
+ "location": "location",
+ "delivery_url": "delivery_url",
+ "username": "username",
+ "password": "password",
+ "subscriber_id": "subsriber_id"
+ }
+ }
+ },
"streams_publishes": {
"pm_mapper_handle_out": {
"type": "message_router",
@@ -15,6 +28,7 @@
"aaf_username": null
}
},
- "streams_subscribes.pm_mapper_handle_out.message_router_topic": "unauthenticated.PM_VES_OUTPUT",
+ "buscontroller_feed_id": "2",
+ "buscontroller_feed_subscription_endpoint": "http://dmaap-bc.onap.svc.cluster.local:8080/webapi/dr_subs",
"services_calls": {}
} \ No newline at end of file