ZIP archive support for multiple YANG files delivery on Schema Set creation using... 82/116982/10
authorRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Tue, 19 Jan 2021 15:57:00 +0000 (17:57 +0200)
committerRuslan Kashapov <ruslan.kashapov@pantheon.tech>
Thu, 21 Jan 2021 07:41:37 +0000 (09:41 +0200)
commit2006f67db860e755b599acda36cfc85a49d8c8f3
tree0e548b2124df1d7f1c8121f3d6375c3eba2faaf8
parentdce4e316da66ede214977491c712b0a4ab457644
ZIP archive support for multiple YANG files delivery on Schema Set creation using REST

Issue-ID: CPS-180
Change-Id: I7e78a595593b170b981746e9aed1a7e5a45b202a
Signed-off-by: Ruslan Kashapov <ruslan.kashapov@pantheon.tech>
cps-rest/src/main/java/org/onap/cps/rest/utils/MultipartFileUtil.java
cps-rest/src/test/groovy/org/onap/cps/rest/controller/AdminRestControllerSpec.groovy
cps-rest/src/test/groovy/org/onap/cps/rest/utils/MultipartFileUtilSpec.groovy
cps-rest/src/test/resources/no-yang-files.zip [new file with mode: 0644]
cps-rest/src/test/resources/yang-files-multiple-sets.zip [new file with mode: 0644]
cps-rest/src/test/resources/yang-files-set.zip [new file with mode: 0644]