diff options
Diffstat (limited to 'test/mocks/pnfsimulator/deployment/src/MANIFEST.json')
-rw-r--r-- | test/mocks/pnfsimulator/deployment/src/MANIFEST.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/test/mocks/pnfsimulator/deployment/src/MANIFEST.json b/test/mocks/pnfsimulator/deployment/src/MANIFEST.json index fecdda996..1065b6eb0 100644 --- a/test/mocks/pnfsimulator/deployment/src/MANIFEST.json +++ b/test/mocks/pnfsimulator/deployment/src/MANIFEST.json @@ -1,17 +1,17 @@ { - "name": "", - "description": "", - "data": [ + "name": "", + "description": "", + "data": [ + { + "file": "simulators_heat_template.yaml", + "type": "HEAT", + "isBase": "true", + "data": [ { - "file": "simulators_heat_template.yaml", - "type": "HEAT", - "isBase": "true", - "data": [ - { - "file": "simulators_heat_template.env", - "type": "HEAT_ENV" - } - ] + "file": "simulators_heat_template.env", + "type": "HEAT_ENV" } - ] + ] + } + ] } |