diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2024-06-04 15:08:42 +0100 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2024-06-06 16:14:28 +0000 |
commit | 8d4778eb89eed2da8ba3998d04063775360dd3e2 (patch) | |
tree | 6563915ce082e514dcba30bb73b9123cac9ff852 /models/src/test/resources | |
parent | a48f784beca5e7aa189217c52cfa83452cf8fc47 (diff) |
Create model in clamp runtime for the replica table
Issue-ID: POLICY-5034
Change-Id: Id412b392e994e3ac18f03ccde0b69481b0fd48f6
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'models/src/test/resources')
-rw-r--r-- | models/src/test/resources/providers/TestParticipant.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/models/src/test/resources/providers/TestParticipant.json b/models/src/test/resources/providers/TestParticipant.json index 3f19baab4..3335865e1 100644 --- a/models/src/test/resources/providers/TestParticipant.json +++ b/models/src/test/resources/providers/TestParticipant.json @@ -22,5 +22,12 @@ "typeName": "org.onap.policy.clamp.acm.AutomationCompositionElement", "typeVersion": "1.0.0" } + }, + "replicas": { + "82fd8ef9-1d1e-4343-9b28-7f9564ee3de6":{ + "replicaId": "82fd8ef9-1d1e-4343-9b28-7f9564ee3de6", + "lastMsg": "2024-05-22 10:04:37.6020187", + "participantState": "ON_LINE" + } } } |