diff options
author | Vijay <vv770d@att.com> | 2017-09-18 04:01:24 +0000 |
---|---|---|
committer | Vijay <vv770d@att.com> | 2017-09-18 04:09:30 +0000 |
commit | a45b4a197b10a4afbc65659e69aab44eed39485a (patch) | |
tree | a9302c8a98d5872073434ed41dd6aaab43f126d7 /src/test/resources | |
parent | 96b5b53cbace0abfdc41f2cf0e20a4eb48f7fcdd (diff) |
add junit for ves functions
Issue-ID:DCAEGEN2-82
Change-Id: Id416ce87a833b9dcc8ab471ebc4611059c2978c1
Signed-off-by: Vijay <vv770d@att.com>
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/testDmaapConfig.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/test/resources/testDmaapConfig.json b/src/test/resources/testDmaapConfig.json new file mode 100644 index 00000000..247db789 --- /dev/null +++ b/src/test/resources/testDmaapConfig.json @@ -0,0 +1,12 @@ +{ + + "channels": [{ + "name": "sec_fault_ueb", + "type": "out", + "class": "HpCambriaOutputStream", + "cambria.hosts": "uebsb91kcdc.it.att.com,uebsb92kcdc.it.att.com,uebsb93kcdc.it.att.com", + "cambria.topic": "DCAE-SE-COLLECTOR-EVENTS-DEV", + "stripHpId": "true" + } + ] +} |