Add sparky-be integration test 53/138153/3
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Mon, 10 Jun 2024 08:53:20 +0000 (10:53 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Mon, 10 Jun 2024 09:50:01 +0000 (11:50 +0200)
commit1efee417abaaa07344f4dbb239d2456841faa091
treea517097a508ad21bb948c3891d9b97fbeeeb11da
parentf71b22fc3411442c6398866f0c29cbf8f129f26c
Add sparky-be integration test

- run spring-boot integration test for the AggregateSummaryProcessor in the main sparkybe-onap-application module [1]

[1] this is specifically ensuring the proper creation of the beans in the spring context which is done using the spring-beans xml files.
In order to replace this outdated approach some time in the future, there have to be integration tests to ensure the proper injection

Issue-ID: AAI-3860
Change-Id: Id1488482ba852cce7407aba3e700fba5dd48ae99
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
24 files changed:
.gitignore
sparkybe-onap-application/config/application.properties
sparkybe-onap-application/config/logging/logback.xml
sparkybe-onap-application/config/schemaIngest.properties
sparkybe-onap-application/config/spring-beans/oxm-reader-bean.xml [new file with mode: 0644]
sparkybe-onap-application/config/spring-beans/sparky-oxm.xml
sparkybe-onap-application/pom.xml
sparkybe-onap-application/src/test/java/org/onap/aai/sparky/aggregatevnf/AggregateSummaryProcessorTest.java [new file with mode: 0644]
sparkybe-onap-application/src/test/java/org/onap/aai/sparky/entities/Aggregation.java [new file with mode: 0644]
sparkybe-onap-application/src/test/java/org/onap/aai/sparky/entities/AggregationFilter.java [new file with mode: 0644]
sparkybe-onap-application/src/test/java/org/onap/aai/sparky/entities/AggregationResult.java [new file with mode: 0644]
sparkybe-onap-application/src/test/java/org/onap/aai/sparky/entities/AggregationsResponse.java [new file with mode: 0644]
sparkybe-onap-application/src/test/java/org/onap/aai/sparky/entities/Bucket.java [new file with mode: 0644]
sparkybe-onap-application/src/test/java/org/onap/aai/sparky/entities/BucketResponse.java [new file with mode: 0644]
sparkybe-onap-application/src/test/java/org/onap/aai/sparky/entities/FilterAggregationRequest.java [new file with mode: 0644]
sparkybe-onap-application/src/test/java/org/onap/aai/sparky/entities/SearchResult.java [new file with mode: 0644]
sparkybe-onap-application/src/test/java/org/onap/aai/sparky/entities/SearchServiceAggregationsResponse.java [new file with mode: 0644]
sparkybe-onap-service/pom.xml
sparkybe-onap-service/src/main/java/org/onap/aai/sparky/config/SparkyResourceLoader.java
sparkybe-onap-service/src/main/resources/application.properties [new file with mode: 0644]
sparkybe-onap-service/src/test/java/org/onap/aai/sparky/autosuggestion/sync/AutosuggestionSynchronizerTest.java
sparkybe-onap-service/src/test/java/org/onap/aai/sparky/viewandinspect/BaseVisualizationContextTest.java
sparkybe-onap-service/src/test/resources/application.properties [new file with mode: 0644]
sparkybe-onap-service/src/test/resources/oxm-reader/schema-ingest-single-oxm.properties