diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2021-06-24 16:30:23 +0100 |
---|---|---|
committer | FrancescoFioraEst <francesco.fiora@est.tech> | 2021-06-25 16:28:59 +0100 |
commit | a3482504ead21591265027629da810dac2290603 (patch) | |
tree | 78eaf5ec2eb27f668df95ea447109413a37eeb2d /runtime-controlloop/src/test/resources/parameters/InstantiationConfigParameters_InvalidName.json | |
parent | c2f0aac6784db56706931a5fa409e18a3dc872cd (diff) |
Refactor participant event handling
Issue-ID: POLICY-3268
Change-Id: I02b03fd9f9f4399e045e766baace203f42e678cf
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime-controlloop/src/test/resources/parameters/InstantiationConfigParameters_InvalidName.json')
-rw-r--r-- | runtime-controlloop/src/test/resources/parameters/InstantiationConfigParameters_InvalidName.json | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/runtime-controlloop/src/test/resources/parameters/InstantiationConfigParameters_InvalidName.json b/runtime-controlloop/src/test/resources/parameters/InstantiationConfigParameters_InvalidName.json index b0c322cb9..944bc770d 100644 --- a/runtime-controlloop/src/test/resources/parameters/InstantiationConfigParameters_InvalidName.json +++ b/runtime-controlloop/src/test/resources/parameters/InstantiationConfigParameters_InvalidName.json @@ -1,13 +1,17 @@ { - "name":" ", - "restServerParameters": { - "host": "127.0.0.1", - "port": 6969, - "userName": "admin", - "password": "password", - "https": false, - "aaf": false - }, + "name": " ", + "supervisionScannerIntervalSec": 1000, + "participantStateChangeIntervalSec": 1000, + "participantClUpdateIntervalSec": 1000, + "participantClStateChangeIntervalSec": 1000, + "restServerParameters": { + "host": "127.0.0.1", + "port": 6969, + "userName": "admin", + "password": "password", + "https": false, + "aaf": false + }, "pdpParameters": { "heartBeatMs": 1, "updateParameters": { |