From d5fb4e04527f47f78e9116e3573c21dd75ff8abb Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Mon, 5 Jul 2021 10:36:42 +0100 Subject: Convert controlloop runtime to springboot framework Issue-ID: POLICY-3355 Change-Id: Ie1667b749eed28b7e526cd4695f45d8ed736c4e7 Signed-off-by: FrancescoFioraEst --- .../src/test/resources/application_test.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 runtime-controlloop/src/test/resources/application_test.properties (limited to 'runtime-controlloop/src/test/resources/application_test.properties') diff --git a/runtime-controlloop/src/test/resources/application_test.properties b/runtime-controlloop/src/test/resources/application_test.properties new file mode 100644 index 000000000..fc24ea290 --- /dev/null +++ b/runtime-controlloop/src/test/resources/application_test.properties @@ -0,0 +1,9 @@ +spring.security.user.name=healthcheck +spring.security.user.password=zb!XztG34 +security.enable-csrf=false + +server.port=6969 +server.servlet.context-path=/onap/controlloop +server.error.path=/error + +runtime.file=src/test/resources/parameters/TestParameters.json -- cgit 1.2.3-korg