diff options
author | Samuli Silvius <s.silvius@partner.samsung.com> | 2019-09-15 18:34:46 +0300 |
---|---|---|
committer | Samuli Silvius <s.silvius@partner.samsung.com> | 2019-09-15 18:34:46 +0300 |
commit | 64a0fa976e52e0347b634da6766385f5eb6fd643 (patch) | |
tree | 52589ed4cfb8077a1700319a0de6a78ed52c1be7 /components/model-catalog | |
parent | e7141675481392baaed182cb8e6a2a9b1abf8b9c (diff) |
Golden config-assign fails to resolve golden-vf-module-type
Issue-ID: CCSDK-1726
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Change-Id: I6cc09f9cf5a734b64dba2883656dbcdb03cf752d
Diffstat (limited to 'components/model-catalog')
-rw-r--r-- | components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vfw-interface-mapping.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vfw-interface-mapping.json b/components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vfw-interface-mapping.json index d38f4185d..ea2efe888 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vfw-interface-mapping.json +++ b/components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vfw-interface-mapping.json @@ -7,7 +7,7 @@ "dictionary-name": "interface-description", "dictionary-source": "capability", "dependencies": [ - "golden-vf-module-type" + "vf-module-type" ] }, { "name": "interface-name", @@ -44,7 +44,7 @@ ] }, { - "name": "golden-vf-module-type", + "name": "vf-module-type", "input-param": true, "property": { "type": "string" |