From 27c35a2fcd5efe160d92749669a686e01ea09904 Mon Sep 17 00:00:00 2001 From: FrancescoFioraEst Date: Tue, 1 Jun 2021 11:35:30 +0100 Subject: Convert DCAE Participant to SpringBoot Application Issue-ID: POLICY-3244 Change-Id: I64cef98a4b1a405160d533983baf7a860f1816f5 Signed-off-by: FrancescoFioraEst --- .../src/test/resources/parameters/TestParameters.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'participant/participant-impl/participant-impl-dcae/src/test/resources/parameters/TestParameters.json') diff --git a/participant/participant-impl/participant-impl-dcae/src/test/resources/parameters/TestParameters.json b/participant/participant-impl/participant-impl-dcae/src/test/resources/parameters/TestParameters.json index 789fc7bbd..580eea734 100644 --- a/participant/participant-impl/participant-impl-dcae/src/test/resources/parameters/TestParameters.json +++ b/participant/participant-impl/participant-impl-dcae/src/test/resources/parameters/TestParameters.json @@ -1,22 +1,21 @@ { "name": "ControlLoopParticipantGroup", "clampClientParameters": { - "name": "Clamp", - "host": "0.0.0.0", + "clientName": "Clamp", + "hostname": "0.0.0.0", "port": 8443, "userName": "admin", "password": "password", - "https": true, - "aaf": false + "useHttps": true, + "allowSelfSignedCerts": false }, "consulClientParameters": { - "name": "Clamp", - "host": "consul", + "clientName": "Consul", + "hostname": "consul", "port": 31321, "userName": "admin", "password": "password", - "https": false, - "aaf": false + "useHttps": false }, "intermediaryParameters": { "name": "Participant parameters", -- cgit 1.2.3-korg