aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/toscafile
AgeCommit message (Collapse)AuthorFilesLines
2020-08-20Passing Instance params for SO Macro requestaleemraja1-0/+0
- Added Support for Instance params for SO Macro request at Service level and VNF level. - Added JUnit Test cases for ExecutionTask and ToscaInfoProcessor. - Updated timeout for StatusResourceTest. Issue-ID: EXTAPI-369 Change-Id: Ibbbbbd2d7021c16ea6291cc899e310ae26200999 Signed-off-by: aleemraja <ar00500721@techmahindra.com>
2020-07-16Preparing the request payload for calling SO macro flow.aleemraja2-0/+2449
- Added JUnit Test cases and Kararte test for service catalog. - Added test case for Execution Task for Macro Flow. - Modified RequestDetails and RequestInfo to match with SO Macro request payload. - Added k8s configuration in application.properties. Issue-ID: EXTAPI-368 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: Ibbbbbd2d7021c16ea6291cc899e310ae26200833 Signed-off-by: aleemraja <ar00500721@techmahindra.com>
2019-11-13Fix issue with null Pointer for Inputs of type list/mapaosull011-0/+0
Issue-ID: EXTAPI-354 Signed-off-by: aosull01 <adrian.osullivan@huawei.com> Change-Id: I5650233598618982c023fa5b786b049981efbaca
2019-01-30fix nbi testromaingimbert2-0/+0
-add karate test -fix listener resource Change-Id: I4904c40d65686c29404cfafd17ae6a5084cc4870 Issue-ID: EXTAPI-196 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2019-01-18Fix unit testing instabilityEzekielaRakotoarijaona4-487/+487
Migration of most of the unit tests from JUnit to Karate Framework Remove of the scheduling tasks for testing. Change-Id: Ic51378443bd6c12f247fa50b2b08ee881264dac4 Issue-ID: EXTAPI-178 Signed-off-by: EzekielaRakotoarijaona <ezekiela.rakotoarijaona@orange.com>
2018-12-05Integrate sdc-tosca parser jaraosull012-0/+0
Change-Id: Ieef1c4fe9d71164c7696bdb0bd93579a87bc09dc Issue-ID: EXTAPI-171 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2018-04-25sonar clean coderomaingimbert1-0/+1890
- refactor parse tosca - add test tosca Change-Id: Ib4c92efdab239dad1e6f2c49deadb3027380485c Issue-ID: EXTAPI-46 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2018-04-24NPE in parse tosca fileromaingimbert1-0/+96
- check if null - add test case Change-Id: I400582cd99941c824ed0ef016d77c3d38beaece0 Issue-ID: EXTAPI-58 Signed-off-by: romaingimbert <romain.gimbert@orange.com>