diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2021-07-13 11:18:01 +0100 |
---|---|---|
committer | FrancescoFioraEst <francesco.fiora@est.tech> | 2021-07-15 16:49:53 +0100 |
commit | 741b6c5c5eac437ae2a54a6dd5518513cdfe9034 (patch) | |
tree | 83a827f6ec593b442c13d6950d3b9440d2f3484c /runtime-controlloop/src/test/resources | |
parent | 258fdc2ddb8b5e130ccc2b287c10c3fd782b7ee9 (diff) |
Convert Control Loop components to Spring and Supervision refactor
Issue-ID: POLICY-3463
Change-Id: Icc5b2ea576dbbe4cf954b51b8074f91884e93f56
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime-controlloop/src/test/resources')
-rw-r--r-- | runtime-controlloop/src/test/resources/parameters/TestParameters.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime-controlloop/src/test/resources/parameters/TestParameters.json b/runtime-controlloop/src/test/resources/parameters/TestParameters.json index 9bcd764cb..680e070f2 100644 --- a/runtime-controlloop/src/test/resources/parameters/TestParameters.json +++ b/runtime-controlloop/src/test/resources/parameters/TestParameters.json @@ -50,13 +50,6 @@ "localhost" ], "topicCommInfrastructure": "dmaap" - }, - { - "topic": "POLICY-NOTIFICATION", - "servers": [ - "localhost" - ], - "topicCommInfrastructure": "dmaap" } ] } |