summaryrefslogtreecommitdiffstats
path: root/src/test/resources/appconfig/search-service.properties
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2017-10-11 18:19:37 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2017-10-11 18:20:05 -0400
commite1a380a1311471e972a7196c50c25ed1ef7c25e1 (patch)
tree2654c0fe4ae29a9113b8de62d5fd67e121e6cd24 /src/test/resources/appconfig/search-service.properties
parent57ebc748b30fc61ea3bee40abf0fd8b41b785088 (diff)
Increase junit coverage
Issue-ID: AAI-429 Change-Id: Idd0f52e6b74a2689824dc671d37fe25ccf3e781c Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'src/test/resources/appconfig/search-service.properties')
-rw-r--r--src/test/resources/appconfig/search-service.properties32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/test/resources/appconfig/search-service.properties b/src/test/resources/appconfig/search-service.properties
new file mode 100644
index 0000000..13e25ac
--- /dev/null
+++ b/src/test/resources/appconfig/search-service.properties
@@ -0,0 +1,32 @@
+########################################################################################
+############################## Search Data Service Config ##############################
+########################################################################################
+
+############################## Networking ##############################
+#
+# The ip address/hostname and port to the desired Search Data Service instance
+#
+search-service.ipAddress=aai.searchservice.simpledemo.openecomp.org
+search-service.httpPort=9509
+
+############################## Indexes ##############################
+#
+# Index values that will be associated with searches
+#
+# Searchable entities
+search-service.indexName=entity-search-index
+# Inventory searches
+search-service.topographicalIndexName=topography-search-index
+search-service.entityCountHistoryIndexName=entitycounthistoryindex
+
+############################## Version ##############################
+#
+# Search Data Service version and type (see Search Data Service for more details)
+#
+search-service.version=v1
+search-service.type=default
+
+############################## Certs ##############################
+search-service.ssl.cert-name=client-cert-onap.p12
+search-service.ssl.keystore-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
+search-service.ssl.keystore=tomcat_keystore \ No newline at end of file