diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2021-06-29 08:38:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-29 08:38:16 +0000 |
commit | fef5b8c6cf7b5999d4ca9b3dbd65121b73076d01 (patch) | |
tree | ef4bc4036c1a108c3d45a1bfdbae815d98bbcadd /runtime-controlloop/src/test/resources/parameters/InstantiationConfigParameters_InvalidName.json | |
parent | 077406d881b8b03456f76d246a4db44d13780999 (diff) | |
parent | a3482504ead21591265027629da810dac2290603 (diff) |
Merge "Refactor participant event handling"
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": { |