From 00a00a68862effd791ce3f127d0ddd5903598b89 Mon Sep 17 00:00:00 2001 From: Pooja03 Date: Wed, 28 Mar 2018 18:28:37 +0530 Subject: Added UniversalVesAdapter TestCases in the Mapper Adding remaining UniversalVesAdapter TestCases in Mapper Change-Id: Ic49bbbe2b4c4e242b1e91edfe565c7918e4b24e5 Issue-ID: DCAEGEN2-335 Signed-off-by: Pooja03 --- UniversalVesAdapter/src/main/resources/application.properties | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'UniversalVesAdapter/src/main/resources') diff --git a/UniversalVesAdapter/src/main/resources/application.properties b/UniversalVesAdapter/src/main/resources/application.properties index a0c32b4..55074d4 100644 --- a/UniversalVesAdapter/src/main/resources/application.properties +++ b/UniversalVesAdapter/src/main/resources/application.properties @@ -1,10 +1,11 @@ logging.level.org.springframework.web=ERROR logging.level.org.onap.universalvesadapter=DEBUG -dmaap.url=http://localhost:8091/greeting +dmaap.url=http://localhost:8080/greeting12 snmpTrap.configFile=snmpTrapToVes.xml universal.configFiles=snmp:snmpTrapToVes.xml,default:defaultConfig.xml fileService.url=http://localhost:8888/fileAsString/ messagesInBatch=1000 +messagesInTimeInterval=5000 +mapperConfig.file=D:/DCAE User Story/Commits/newwww/mapper/UniversalVesAdapter/src/main/resources/MapperConfig.json dmaap.consumer_props=/src/main/resources/dme2/consumer.properties -dmaap.publisher_props=/src/main/resources/dme2/publisher.properties -server.port=8091 \ No newline at end of file +dmaap.publisher_props=/src/main/resources/dme2/publisher.properties \ No newline at end of file -- cgit 1.2.3-korg