Merge "VES Heartbeat and Software Management Feature"
[oam/tr069-adapter.git] / ves-agent / src / test / resources / application.properties
index d75fe21..2336e79 100644 (file)
@@ -40,4 +40,14 @@ config.pnfregvesCollectorHost=10.211.5.55
 config.pnfregvesCollectorPort=30325\r
 config.unitFamily=ORAN\r
 config.unitType=TR069\r
-config.faultEventSourcePrefix=faultEventSourcePrefix
\ No newline at end of file
+config.faultEventSourcePrefix=faultEventSourcePrefix\r
+\r
+config.MapperPath=http://${MAPPER_REST_HOST}:${MAPPER_REST_PORT}/tr069MapperVesNBI/checkDeviceConnectivity/\r
+\r
+## Datasource properties\r
+spring.datasource.driver-class-name=org.h2.Driver\r
+spring.datasource.url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1\r
+spring.datasource.username=sa\r
+spring.datasource.password=sa\r
+spring.jpa.show-sql=true\r
+spring.jpa.hibernate.ddl-auto=create\r