aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm/src/test/resources/providers/TestParticipant.json
diff options
context:
space:
mode:
Diffstat (limited to 'runtime-acm/src/test/resources/providers/TestParticipant.json')
-rw-r--r--runtime-acm/src/test/resources/providers/TestParticipant.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/runtime-acm/src/test/resources/providers/TestParticipant.json b/runtime-acm/src/test/resources/providers/TestParticipant.json
new file mode 100644
index 000000000..fe06ba091
--- /dev/null
+++ b/runtime-acm/src/test/resources/providers/TestParticipant.json
@@ -0,0 +1,15 @@
+{
+ "name": "dummy_participant1",
+ "version": "1.0.1",
+ "definition": {
+ "name": "org.onap.domain.pmsh.PMSHAutomationCompositionDefinition",
+ "version": "1.0.0"
+ },
+ "participantState": "ON_LINE",
+ "description": "A dummy PMSH participant1",
+ "participantId": "82fd8ef9-1d1e-4343-9b28-7f9564ee3de6",
+ "participantType": {
+ "name": "org.onap.domain.pmsh.PolicyAutomationCompositionDefinition",
+ "version": "1.0.0"
+ }
+}