summaryrefslogtreecommitdiffstats
path: root/artifactbroker/plugins/reception-plugins/src/test
AgeCommit message (Collapse)AuthorFilesLines
2020-08-13HELM artifact type supportLukasz Rajewski3-3/+5
HELM artifact type support was added to the k8s artifact broker. Issue-ID: MULTICLOUD-1120 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Iee101420ea3876ce3991085915e1cdc6841dfd2f
2019-04-03add subplugin field support and new Cloud Artifact classliboNet1-29/+5
. add subplugin field to integrate with Distribution framework . add new Cloud Artifact which is to be used by subplugin like k8s . update test .json file to include reception and forward fields . add dummy test class to ensure the flow works as expected . fix typos Change-Id: I9d69d88e448a18247e19b3b7a6062b20814b5f8c Issue-ID: MULTICLOUD-512 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-03-27add SDC client and reception handleliboNet11-0/+617
. add reception framework wraps handle and subplug interface . add plugins include sdc handler now. . add forward acts the post interface for specified item like artifact . add model acts for the sepcifeid item like CSAR . update pom.xml and package/pom.xml to includes all submodules . Fix the compile issue by typo and change groupid to framework Change-Id: Idbff0ca612045c6ee52ba23cd305f2764c9600f8 Issue-ID: MULTICLOUD-514 Signed-off-by: liboNet <libo.zhu@intel.com>