aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources
diff options
context:
space:
mode:
authorxuegao <xg353y@intl.att.com>2020-02-13 10:35:39 +0100
committerxuegao <xg353y@intl.att.com>2020-02-13 11:34:26 +0100
commit4c2423d5e53a8021cb100eb3862efa2c3e7d713e (patch)
treed07abf9a91cfc5ba4ef2f6b57f0a4f55b044cb02 /src/test/resources
parentf4709e13c38a15c889d3550d707b8e2c40187195 (diff)
Fix deploy flow bug
Fix the bug in the deploy flow for multi blueprint cases. Issue-ID: CLAMP-571 Change-Id: I368cefafcba34a8ba3bd6be1eb22064995364d23 Signed-off-by: xuegao <xg353y@intl.att.com>
Diffstat (limited to 'src/test/resources')
-rw-r--r--src/test/resources/clds/camel/routes/dcae-flows.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/clds/camel/routes/dcae-flows.xml b/src/test/resources/clds/camel/routes/dcae-flows.xml
index 8088c2a4..f40207cc 100644
--- a/src/test/resources/clds/camel/routes/dcae-flows.xml
+++ b/src/test/resources/clds/camel/routes/dcae-flows.xml
@@ -35,7 +35,7 @@
</setProperty>
<setBody>
<method ref="org.onap.clamp.loop.components.external.DcaeComponent"
- method="getDeployPayload(${exchangeProperty[loopObject]},${exchangeProperty[microServicePolicy].getName()})" />
+ method="getDeployPayload(${exchangeProperty[loopObject]},${exchangeProperty[microServicePolicy]})" />
</setBody>
<setProperty propertyName="dcaeDeploymentId">
<method ref="org.onap.clamp.loop.components.external.DcaeComponent"