summaryrefslogtreecommitdiffstats
path: root/prh-app-server/src/test/resources/prh_endpoints.json
diff options
context:
space:
mode:
authorwasala <przemyslaw.wasala@nokia.com>2018-04-12 13:37:41 +0200
committerwasala <przemyslaw.wasala@nokia.com>2018-04-12 14:29:12 +0200
commit3c2e8c9c4c32ad59be75a7500e628344c6dab5bf (patch)
tree98c4238f48612253435037c249e2929609933000 /prh-app-server/src/test/resources/prh_endpoints.json
parentda7aa97bebc796e898b9225d45a256f946d39f82 (diff)
Already added loading config for AAI and DMAAP
First of all we have defined a file in which we have pointer to configuration file for DMAAP and AAI After that added UT Change-Id: I7f9554a019b348a3460f5fa9d8dd3e4002a6686f Issue-ID: DCAEGEN2-407 Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
Diffstat (limited to 'prh-app-server/src/test/resources/prh_endpoints.json')
-rw-r--r--prh-app-server/src/test/resources/prh_endpoints.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/prh-app-server/src/test/resources/prh_endpoints.json b/prh-app-server/src/test/resources/prh_endpoints.json
new file mode 100644
index 00000000..c3e96d65
--- /dev/null
+++ b/prh-app-server/src/test/resources/prh_endpoints.json
@@ -0,0 +1,38 @@
+{
+ "configs": {
+ "aai": {
+ "aaiHttpClientConfiguration": {
+ "aaiHost": "",
+ "aaiHostPortNumber": 8080,
+ "aaiIgnoreSSLCertificateErrors": true,
+ "aaiProtocol": "https",
+ "aaiUserName": "admin",
+ "aaiUserPassword": "admin"
+ }
+ },
+ "dmaap": {
+ "dmaapConsumerConfiguration": {
+ "consumerGroup": "other",
+ "consumerId": "1",
+ "dmmapContentType": "application/json",
+ "dmmapHostName": "localhost",
+ "dmmapPortNumber": 2222,
+ "dmmapProtocol": "http",
+ "dmmapTopicName": "temp",
+ "dmmapUserName": "admin",
+ "dmmapUserPassword": "admin",
+ "messageLimit": 1000,
+ "timeoutMS": 1000
+ },
+ "dmaapProducerConfiguration": {
+ "dmmapContentType": "application/json",
+ "dmmapHostName": "localhost",
+ "dmmapPortNumber": 2223,
+ "dmmapProtocol": "http",
+ "dmmapTopicName": "temp",
+ "dmmapUserName": "admin",
+ "dmmapUserPassword": "admin"
+ }
+ }
+ }
+} \ No newline at end of file