diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-26 15:16:20 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-03-02 14:20:42 +0000 |
commit | aa37c41068417272f33571457dfffcf0044c7196 (patch) | |
tree | e50184d468da901d5e8c7af371b7818a9871961d /test/mocks/pnfsimulator/deployment/src/MANIFEST.json | |
parent | 44983794541548e19d88fedc87110a2965c6389f (diff) |
Fix JSON files linter issues in test/mocks/pnfsimulator
This is needed prior to adding job for JSON
files linting in CI.
Change-Id: Ia5fadb693a74bc307d24c9de89131efcbb133ebe
Issue-ID: INT-1451
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
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" } - ] + ] + } + ] } |