diff options
author | Xue Gao <xg353y@intl.att.com> | 2020-03-31 12:30:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-31 12:30:47 +0000 |
commit | 73be3cb5e615c119a09d95117246a141bbb55af7 (patch) | |
tree | e4812523e6c6cd64a89b7501b7935dbcf8e03dbe /src/test/resources/example/sdc/expected-result | |
parent | ab8b4df23e6e2e819ccc5aac7043de336cabc4b7 (diff) | |
parent | a2dbf1f653cba8c2d2835b36e8c89c9e41c5d1bb (diff) |
Merge "Fix the policy_id not set"
Diffstat (limited to 'src/test/resources/example/sdc/expected-result')
-rw-r--r-- | src/test/resources/example/sdc/expected-result/deployment-parameters-single-blueprint.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/example/sdc/expected-result/deployment-parameters-single-blueprint.json b/src/test/resources/example/sdc/expected-result/deployment-parameters-single-blueprint.json index 494c2e4f..7140a474 100644 --- a/src/test/resources/example/sdc/expected-result/deployment-parameters-single-blueprint.json +++ b/src/test/resources/example/sdc/expected-result/deployment-parameters-single-blueprint.json @@ -1,9 +1,9 @@ { "dcaeDeployParameters": { - "loop template blueprint": { + "uniqueBlueprintParameters": { "location_id": "", "service_id": "", - "policy_id": "loop template blueprint" + "policy_id": "testName1" } } }
\ No newline at end of file |