diff options
author | Vijay VK <vv770d@att.com> | 2018-02-21 23:16:22 +0000 |
---|---|---|
committer | VENKATESH KUMAR <vv770d@att.com> | 2018-02-21 18:17:05 -0500 |
commit | 8ead72e4a6b7b92e370d89fa2590ea21c2764428 (patch) | |
tree | db4e2aa95eca860c1efdb945e134286370995beb /src/test/resources | |
parent | bdf15f5602b0c2592fc960affab464cd6c6d3904 (diff) |
additional coverage
Change-Id: Ibaf0bef19e447162233217b0aa44c04cbe550dce
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-227
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/testDmaapConfig_gen2.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/test/resources/testDmaapConfig_gen2.json b/src/test/resources/testDmaapConfig_gen2.json new file mode 100644 index 00000000..d8097bf1 --- /dev/null +++ b/src/test/resources/testDmaapConfig_gen2.json @@ -0,0 +1,24 @@ +{ + "ves-fault-secondary": { + "aaf_username": null, + "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": null + }, + "ves-thresholdCrossingAlert-secondary": { + "aaf_username": null, + "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": null + } + }
\ No newline at end of file |