From: Brian Freeman Date: Sun, 25 Aug 2019 18:05:27 +0000 (-0500) Subject: Fix alootted_properties template X-Git-Tag: 1.5.2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=183549c031b0d63482f0746e987c8ddb493aeb1b;p=testsuite.git Fix alootted_properties template Issue-ID: AAI-2582 Change-Id: Iefb61249515370cbb43d09590c4c52ab975398bb Signed-off-by: Brian Freeman --- diff --git a/robot/assets/templates/sdc/catalog_allotted_properties.jinja b/robot/assets/templates/sdc/catalog_allotted_properties.jinja index 1654c8f1..ebb5e811 100644 --- a/robot/assets/templates/sdc/catalog_allotted_properties.jinja +++ b/robot/assets/templates/sdc/catalog_allotted_properties.jinja @@ -9,7 +9,7 @@ "password": false, "required": true, "type": "string", - "value": {{providing_service_invariant_uuid}}, + "value": "{{providing_service_invariant_uuid}}", "uniqueId": "{{uniqueId}}.providing_service_invariant_uuid" }, { @@ -23,7 +23,7 @@ "password": false, "required": true, "type": "string", - "value": {{providing_service_uuid}}, + "value": "{{providing_service_uuid}}", "uniqueId": "{{uniqueId}}.providing_service_uuid" }, { @@ -37,7 +37,7 @@ "password": false, "required": true, "type": "string", - "value": {{providing_service_name}}, + "value": "{{providing_service_name}}", "uniqueId": "{{uniqueId}}.providing_service_name" } -] \ No newline at end of file +]