Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 1 | ### |
| 2 | # ============LICENSE_START======================================================= |
Patrick Brady | 7a261fb | 2017-06-06 22:35:43 -0700 | [diff] [blame^] | 3 | # APPC |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 4 | # ================================================================================ |
Patrick Brady | 7a261fb | 2017-06-06 22:35:43 -0700 | [diff] [blame^] | 5 | # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 6 | # Copyright (C) 2017 Amdocs |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 7 | # ================================================================================ |
| 8 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | # you may not use this file except in compliance with the License. |
| 10 | # You may obtain a copy of the License at |
| 11 | # |
| 12 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | # |
| 14 | # Unless required by applicable law or agreed to in writing, software |
| 15 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | # See the License for the specific language governing permissions and |
| 18 | # limitations under the License. |
| 19 | # ============LICENSE_END========================================================= |
Patrick Brady | 7a261fb | 2017-06-06 22:35:43 -0700 | [diff] [blame^] | 20 | # ECOMP is a trademark and service mark of AT&T Intellectual Property. |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 21 | ### |
| 22 | |
| 23 | #TransportType-Specify which way user want to use. I.e. <HTTPAAF,DME2,HTTPAUTH > |
| 24 | TransportType=HTTPAAF |
| 25 | Latitude =50.000000 |
| 26 | Longitude =-100.000000 |
| 27 | Version =1.0 |
| 28 | ServiceName =dmaap-v1.dev.dmaap.dt.saat.acsi.openecomp.org/events |
| 29 | Environment =TEST |
| 30 | Partner=BOT_R |
| 31 | routeOffer=MR1 |
| 32 | SubContextPath =/ |
| 33 | Protocol =http |
| 34 | MethodType =GET |
| 35 | username =admin |
| 36 | password =admin |
| 37 | contenttype =application/json |
| 38 | authKey=01234567890abcde:01234567890abcdefghijklmn |
| 39 | authDate=2016-02-18T13:57:37-0800 |
| 40 | host=127.0.0.1 |
| 41 | topic=org.openecomp.appc.UNIT-TEST |
| 42 | group=jmsgrp |
| 43 | id=2 |
| 44 | timeout=15000 |
| 45 | limit=1000 |
| 46 | filter= |
| 47 | AFT_DME2_EXCHANGE_REQUEST_HANDLERS=com.att.nsa.test.PreferredRouteRequestHandler |
| 48 | AFT_DME2_EXCHANGE_REPLY_HANDLERS=com.att.nsa.test.PreferredRouteReplyHandler |
| 49 | AFT_DME2_REQ_TRACE_ON=true |
| 50 | AFT_ENVIRONMENT=AFTUAT |
| 51 | AFT_DME2_EP_CONN_TIMEOUT=15000 |
| 52 | AFT_DME2_ROUNDTRIP_TIMEOUT_MS=240000 |
| 53 | AFT_DME2_EP_READ_TIMEOUT_MS=50000 |
| 54 | sessionstickinessrequired=NO |
| 55 | DME2preferredRouterFilePath=preferredRoute.txt |
| 56 | |
| 57 | |
| 58 | |