From a2dbf1f653cba8c2d2835b36e8c89c9e41c5d1bb Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 31 Mar 2020 13:39:02 +0200 Subject: Fix the policy_id not set Fix the policy_id not set by default when it's a unique blueprint, and when it contains only one microservice Issue-ID: CLAMP-802 Signed-off-by: sebdet Change-Id: Iffe35e461395940567588228ec68ea4b7ff9a409 --- .../sdc/expected-result/deployment-parameters-single-blueprint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/resources') 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 -- cgit 1.2.3-korg