diff options
author | Patrick Brady <pb071s@att.com> | 2018-02-06 16:11:42 -0500 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-02-07 19:53:26 +0000 |
commit | 8eb9f5d4a673cb1ab18423b7e84ec8bc6c96c5b6 (patch) | |
tree | 27b79f4690ed142e87be494b89d6f6589f351b36 /appc-client/client-kit/src/test | |
parent | b9be91a588d08ec506783473a8af9689fb4fa9b6 (diff) |
Removing old name references
Removing references to bvc, att
Change-Id: I794861fe40b96c922f6e5c011b2fe5d2c4bc515b
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-292
Diffstat (limited to 'appc-client/client-kit/src/test')
-rw-r--r-- | appc-client/client-kit/src/test/resources/data/client-simulator.properties | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/appc-client/client-kit/src/test/resources/data/client-simulator.properties b/appc-client/client-kit/src/test/resources/data/client-simulator.properties index ec3358070..cde7f7d8f 100644 --- a/appc-client/client-kit/src/test/resources/data/client-simulator.properties +++ b/appc-client/client-kit/src/test/resources/data/client-simulator.properties @@ -26,14 +26,14 @@ # Default Properties - Configured for client simulator # #-------------------------------------------------------------------------------------------- -ctx.model.package=com.att.appc.client.lcm.model +ctx.model.package=org.onap.appc.client.lcm.model client.pool.size=10 client.rpc.exceptions.map.file=/root/exceptions.txt #client.response.timeout=TIMEOUT #------------------ -# UEB configuration +# DMaaP configuration #------------------ topic.read=async_amrita2 topic.read.timeout=30000 @@ -46,6 +46,5 @@ client.name.id=0 client.force.shutdown=false client.graceful.shutdown.timeout=60000 -#poolMembers=uebsb92sfdc.it.att.com:3904 -poolMembers=10.147.101.7:3904 +poolMembers=10.0.0.7:3904 |