diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-10 10:53:20 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-10 11:50:01 +0200 |
commit | 1efee417abaaa07344f4dbb239d2456841faa091 (patch) | |
tree | a517097a508ad21bb948c3891d9b97fbeeeb11da /sparkybe-onap-service/src/main/resources/application.properties | |
parent | f71b22fc3411442c6398866f0c29cbf8f129f26c (diff) |
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>
Diffstat (limited to 'sparkybe-onap-service/src/main/resources/application.properties')
-rw-r--r-- | sparkybe-onap-service/src/main/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sparkybe-onap-service/src/main/resources/application.properties b/sparkybe-onap-service/src/main/resources/application.properties new file mode 100644 index 0000000..41bb8d8 --- /dev/null +++ b/sparkybe-onap-service/src/main/resources/application.properties @@ -0,0 +1 @@ +CONFIG_HOME=./config
\ No newline at end of file |