From 64a0fa976e52e0347b634da6766385f5eb6fd643 Mon Sep 17 00:00:00 2001 From: Samuli Silvius Date: Sun, 15 Sep 2019 18:34:46 +0300 Subject: Golden config-assign fails to resolve golden-vf-module-type Issue-ID: CCSDK-1726 Signed-off-by: Samuli Silvius Change-Id: I6cc09f9cf5a734b64dba2883656dbcdb03cf752d --- .../test-blueprint/golden/Templates/vfw-interface-mapping.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/model-catalog/blueprint-model/test-blueprint') 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" -- cgit 1.2.3-korg