diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2018-11-09 14:57:30 +0800 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-12 14:58:04 +0000 |
commit | 6987049afefcf3352143ed6357dc6df49a137e0a (patch) | |
tree | ed4569784ec1617497c0e60ba6f45d996f248ab3 /plugins/reception-plugins/src/test/resources/handling-filesystemInvalid.json | |
parent | 9aba7691230b00e4b8f1c213f9d4fbd430078083 (diff) |
Make FileSystemReceptionHandler more tolerant
Make FileSystemReceptionHandler tolerant of exceptions thrown when
parsing tosca template and be able to handle new incoming csar.
Also added the unit test for FileSystemReceptionHandler.
Change-Id: I0f1647f6f952576a8e61adca4d027990706d1411
Issue-ID: POLICY-837
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
(cherry picked from commit 70f9f24e6ed39a6ddb4afef02516af624f50079d)
Diffstat (limited to 'plugins/reception-plugins/src/test/resources/handling-filesystemInvalid.json')
-rw-r--r-- | plugins/reception-plugins/src/test/resources/handling-filesystemInvalid.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/reception-plugins/src/test/resources/handling-filesystemInvalid.json b/plugins/reception-plugins/src/test/resources/handling-filesystemInvalid.json new file mode 100644 index 00000000..871b61c2 --- /dev/null +++ b/plugins/reception-plugins/src/test/resources/handling-filesystemInvalid.json @@ -0,0 +1,4 @@ +{ + "invalidKey": "/tmp" +} + |