X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ves-agent%2Fsrc%2Ftest%2Fresources%2Fapplication.properties;h=2336e799c40dad588f45801e98ffb1dfd4726899;hb=641a6c47b4ee74412e9386b3c95693adda3cafc9;hp=d75fe2188a522ab7ecab91578cf981c347af916e;hpb=8c7432b8380a355e89df05f070e7d88e599912fd;p=oam%2Ftr069-adapter.git diff --git a/ves-agent/src/test/resources/application.properties b/ves-agent/src/test/resources/application.properties index d75fe21..2336e79 100644 --- a/ves-agent/src/test/resources/application.properties +++ b/ves-agent/src/test/resources/application.properties @@ -40,4 +40,14 @@ config.pnfregvesCollectorHost=10.211.5.55 config.pnfregvesCollectorPort=30325 config.unitFamily=ORAN config.unitType=TR069 -config.faultEventSourcePrefix=faultEventSourcePrefix \ No newline at end of file +config.faultEventSourcePrefix=faultEventSourcePrefix + +config.MapperPath=http://${MAPPER_REST_HOST}:${MAPPER_REST_PORT}/tr069MapperVesNBI/checkDeviceConnectivity/ + +## Datasource properties +spring.datasource.driver-class-name=org.h2.Driver +spring.datasource.url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1 +spring.datasource.username=sa +spring.datasource.password=sa +spring.jpa.show-sql=true +spring.jpa.hibernate.ddl-auto=create