From 16ecda5c6ebb673636e7c74e5501f9f2c8ae00b0 Mon Sep 17 00:00:00 2001 From: ojasdubey Date: Tue, 5 Jun 2018 14:35:25 +0530 Subject: VFCInstanceGroup is not displayed on VF creation Fixed issue for displaying VFCInstanceGroup for VLAN tagging when naming convention is correct Change-Id: I5ea5c042458603389b1fb2aa6e6f985a7114049b Issue-ID: SDC-1398 Signed-off-by: ojasdubey --- .../impl/fulltest/UnifiedCompositionSubInterfaceFullTest.java | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/java') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/java/org/openecomp/sdc/translator/services/heattotosca/impl/fulltest/UnifiedCompositionSubInterfaceFullTest.java b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/java/org/openecomp/sdc/translator/services/heattotosca/impl/fulltest/UnifiedCompositionSubInterfaceFullTest.java index 7914f34ade..54fcccf8ba 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/java/org/openecomp/sdc/translator/services/heattotosca/impl/fulltest/UnifiedCompositionSubInterfaceFullTest.java +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/java/org/openecomp/sdc/translator/services/heattotosca/impl/fulltest/UnifiedCompositionSubInterfaceFullTest.java @@ -485,4 +485,12 @@ public class UnifiedCompositionSubInterfaceFullTest extends BaseFullTranslationT testTranslationWithInit(VFC_INSTANCE_GROUP_BASE_DIRECTORY + "pattern4SubInterfaceNodesConnectedOut"); } + @Test + public void testSubInterfaceVdbeav() throws IOException { + /* + * vlan tagging vdbeav production heat + */ + testTranslationWithInit(VFC_INSTANCE_GROUP_BASE_DIRECTORY + "vdbeav"); + } + } -- cgit 1.2.3-korg