summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/fulltest/nestedOtherScenarios/oneLevel/nestedTwoSameOneDiffWithConnectivity/in/MANIFEST.json
blob: 1a7abacf3fe599db316c7f9ca9423f3ac6ef52ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "Nested test",
  "description": "HOT template to create nested one level multiple compute",
  "version": "2013-05-23",
  "data": [
    {
      "file": "main.yml",
      "type": "HEAT",
      "isBase": "true"
    },
    {
      "file": "nested-same-file-1B.yml",
      "type": "HEAT",
      "isBase": "false"
    },
    {
      "file": "nested-other-file-1B.yml",
      "type": "HEAT",
      "isBase": "false"
    }
  ]
}