diff options
author | 2024-06-04 08:57:28 +0000 | |
---|---|---|
committer | 2024-06-04 08:57:28 +0000 | |
commit | 74101c625cfaa5592c9219782f5919c02bd4bbb7 (patch) | |
tree | ddd36193848f4d748248ec836fe0c03ee8145f72 /runtime-acm/src/test/resources | |
parent | 66cfd4c9006b84ce1f3751da3b9dae2b4fff78e8 (diff) | |
parent | f2ed4877b7cfba7bcf224cbe9d7e739ec637a055 (diff) |
Merge "Remove Map in ACM-R for timeout Participant"
Diffstat (limited to 'runtime-acm/src/test/resources')
-rw-r--r-- | runtime-acm/src/test/resources/providers/TestParticipant.json | 1 | ||||
-rw-r--r-- | runtime-acm/src/test/resources/providers/TestParticipant2.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/runtime-acm/src/test/resources/providers/TestParticipant.json b/runtime-acm/src/test/resources/providers/TestParticipant.json index fe06ba091..b9002423a 100644 --- a/runtime-acm/src/test/resources/providers/TestParticipant.json +++ b/runtime-acm/src/test/resources/providers/TestParticipant.json @@ -8,6 +8,7 @@ "participantState": "ON_LINE", "description": "A dummy PMSH participant1", "participantId": "82fd8ef9-1d1e-4343-9b28-7f9564ee3de6", + "lastMsg": "2024-05-22 10:04:37.6020187", "participantType": { "name": "org.onap.domain.pmsh.PolicyAutomationCompositionDefinition", "version": "1.0.0" diff --git a/runtime-acm/src/test/resources/providers/TestParticipant2.json b/runtime-acm/src/test/resources/providers/TestParticipant2.json index 9a341844a..f1495bd7d 100644 --- a/runtime-acm/src/test/resources/providers/TestParticipant2.json +++ b/runtime-acm/src/test/resources/providers/TestParticipant2.json @@ -8,6 +8,7 @@ "participantState": "ON_LINE", "description": "A dummy PMSH participant2", "participantId": "cac01d0a-7ba8-4dda-b9be-6983c46c0546", + "lastMsg": "2024-05-22 10:04:37.6020187", "participantType": { "name": "org.onap.domain.pmsh.PolicyAutomationCompositionDefinition2", "version": "1.0.0" |