diff options
Diffstat (limited to 'runtime-acm/src/test/resources')
-rw-r--r-- | runtime-acm/src/test/resources/application-test.yaml | 3 | ||||
-rw-r--r-- | runtime-acm/src/test/resources/parameters/TestParameters.json | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/runtime-acm/src/test/resources/application-test.yaml b/runtime-acm/src/test/resources/application-test.yaml index e6fed2475..aa4044534 100644 --- a/runtime-acm/src/test/resources/application-test.yaml +++ b/runtime-acm/src/test/resources/application-test.yaml @@ -38,3 +38,6 @@ runtime: servers: - localhost topic: POLICY-ACRUNTIME-PARTICIPANT + acmParameters: + acElementName: org.onap.policy.clamp.acm.AutomationCompositionElement + acNodeType: org.onap.policy.clamp.acm.AutomationComposition diff --git a/runtime-acm/src/test/resources/parameters/TestParameters.json b/runtime-acm/src/test/resources/parameters/TestParameters.json index c44e92e4d..92e81d29e 100644 --- a/runtime-acm/src/test/resources/parameters/TestParameters.json +++ b/runtime-acm/src/test/resources/parameters/TestParameters.json @@ -40,5 +40,10 @@ "topicCommInfrastructure": "dmaap" } ] + }, + "acmParameters": { + "toscaElementName": "org.onap.policy.clamp.acm.AutomationCompositionElement", + "toscaCompositionName": "org.onap.policy.clamp.acm.AutomationComposition" } + } |