diff options
author | xg353y <xg353y@intl.att.com> | 2017-10-05 18:04:24 +0200 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2017-10-06 11:14:26 +0200 |
commit | e00f654909c75400cb881ed648a75d09767502cc (patch) | |
tree | 183fc49a4e6c2d9a9b09dd2f44d8f676cd1ffdac /src/test/resources/example | |
parent | f696add81ddfb39e6c6cdf77871fdcc19cb2b419 (diff) |
Update Holmes related feature
No blueprint need to be send to SDC; Add configuration policy name in
holmes UI; Update the config body sent to Policy.
Change-Id: I4bf5b0c32d64f4acf28ac6f24128e463e28e5779
Signed-off-by: xg353y <xg353y@intl.att.com>
Issue-ID: CLAMP-27
Diffstat (limited to 'src/test/resources/example')
-rw-r--r-- | src/test/resources/example/model-properties/holmes/modelBpmnProperties.json | 4 | ||||
-rw-r--r-- | src/test/resources/example/model-properties/modelBpmnProp.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/test/resources/example/model-properties/holmes/modelBpmnProperties.json b/src/test/resources/example/model-properties/holmes/modelBpmnProperties.json index 14b3a8c28..cd76a1289 100644 --- a/src/test/resources/example/model-properties/holmes/modelBpmnProperties.json +++ b/src/test/resources/example/model-properties/holmes/modelBpmnProperties.json @@ -5,8 +5,8 @@ "value": "blabla" }, { - "name": "operationalPolicy", - "value": "policy1" + "name": "configPolicyName", + "value": "configPolicy1" } ], "Policy_0honxgv": { diff --git a/src/test/resources/example/model-properties/modelBpmnProp.json b/src/test/resources/example/model-properties/modelBpmnProp.json index a521ba7d7..eacb12448 100644 --- a/src/test/resources/example/model-properties/modelBpmnProp.json +++ b/src/test/resources/example/model-properties/modelBpmnProp.json @@ -101,7 +101,7 @@ "value": "blabla" }, { - "name": "operationalPolicy", + "name": "configPolicyName", "value": "policy1" } ] |