From 17ef2f46be5686d48d8e77b9b5a504456f169e3b Mon Sep 17 00:00:00 2001 From: siddharth0905 Date: Wed, 28 Feb 2018 18:31:23 +0530 Subject: Junit for verifying Pattern1B Junit for verifying Pattern1B Change-Id: Ic7af0f22abf097dbe9f48a838951478eca648cd2 Issue-ID: SDC-1072 Signed-off-by: siddharth0905 --- .../in/MANIFEST.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern1b/sameComputeDiffPortSubInterface/in/MANIFEST.json (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern1b/sameComputeDiffPortSubInterface/in/MANIFEST.json') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern1b/sameComputeDiffPortSubInterface/in/MANIFEST.json b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern1b/sameComputeDiffPortSubInterface/in/MANIFEST.json new file mode 100644 index 0000000000..c3b0532c87 --- /dev/null +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/subinterface/vlantagging/pattern1b/sameComputeDiffPortSubInterface/in/MANIFEST.json @@ -0,0 +1,23 @@ +{ + "name": "vMME_Small", + "description": "HOT template with 2 compute", + "version": "2018-02-01", + "data": [ + { + "file": "main.yml", + "type": "HEAT", + "isBase": "true", + "data": [ + { + "file": "heat_env.env", + "type": "HEAT_ENV" + } + ] + }, + { + "file": "nested.yml", + "type": "HEAT", + "isBase": "false" + } + ] +} -- cgit 1.2.3-korg