diff options
author | 2018-06-20 14:05:07 +0000 | |
---|---|---|
committer | 2018-06-20 14:05:07 +0000 | |
commit | b4d5236a7164b166d49cf8c0a5c15bb848e04cd6 (patch) | |
tree | 203c0102b9ba924eb6753e3029b89914d7011ebc /src/test/resources/testFullDmaapConfig_gen2.json | |
parent | b462c0c78d197322aacaacfe0a1efefa5d63bcbb (diff) | |
parent | e0194fbb1f8291ca0c23cc68840097b8d33670e5 (diff) |
Merge "Refactor DmaapPropertyReader"
Diffstat (limited to 'src/test/resources/testFullDmaapConfig_gen2.json')
-rw-r--r-- | src/test/resources/testFullDmaapConfig_gen2.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/test/resources/testFullDmaapConfig_gen2.json b/src/test/resources/testFullDmaapConfig_gen2.json new file mode 100644 index 00000000..68804663 --- /dev/null +++ b/src/test/resources/testFullDmaapConfig_gen2.json @@ -0,0 +1,24 @@ +{ + "ves-fault-secondary": { + "aaf_username": "sampleUsername", + "dmaap_info": { + "topic_url": "http://UEBHOST:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV", + "location": "mtl5", + "client_id": null, + "client_role": null + }, + "type": "message_router", + "aaf_password": "SamplePasswd" + }, + "ves-thresholdCrossingAlert-secondary": { + "aaf_username": "sampleUsername2", + "dmaap_info": { + "topic_url": "http://UEBHOST:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV", + "location": "mtl5", + "client_id": null, + "client_role": null + }, + "type": "message_router", + "aaf_password": "SamplePassWD2" + } +}
\ No newline at end of file |