summaryrefslogtreecommitdiffstats
path: root/lcm/provider/src/test/java/org
AgeCommit message (Collapse)AuthorFilesLines
2020-12-01Migrate sli-northbound repoJessica Wagantall2-1621/+0
Migrate sli-northbound repo files into new directory "northbound". Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-01-20Update pnf-id to pnf-name in LCM APIEnbo Wang1-2/+2
In order to be compatible with Pnf entry in A&AI, update pnf-id to pnf-name. Change-Id: Ibb76fd754c4a657a6f4af4453b3c819670fb96c2 Issue-ID: SDNC-856 Signed-off-by: Enbo Wang <wangenbo@huawei.com>
2020-01-08Fix action names of DownloadNESw and ActivateNESwEnbo Wang1-16/+18
Change-Id: I2a7b5ca9554e52f219afe9248d39732c485ab037 Issue-ID: SDNC-856 Signed-off-by: Enbo Wang <wangenbo@huawei.com>
2019-12-04Add LCM APIs for DownloadNeSw and ActivateNeSw actionsEnbo Wang1-0/+72
Add two LCM APIs of DownloadNeSw and ActivateNeSw for PNF Software Upgrade. Change-Id: I5a8f143c2d7d54fd96772eeb1d31b2d2e8bfb523 Issue-ID: SDNC-856 Signed-off-by: Enbo Wang <wangenbo@huawei.com>
2019-11-07Fix compilation error after change in the core repositorySamuel Kontris1-27/+4
Change https://gerrit.onap.org/r/#/c/ccsdk/sli/core/+/94939/ changes the constructor of the SvcLogicServiceImpl class which causes compilation error in test class TestLcmProvider Issue-ID: CCSDK-1688 Depends-On: I26ce01b761ab5d17f1cc19e39af581b1963658a5 Signed-off-by: Samuel Kontris <samuel.kontris@pantheon.tech> Change-Id: If9458dc4491b3557439d141375b4056c5210cf35
2019-11-07UEB Listener Final cleanup of deprecated sdc-tosca parser APIslalena.aria1-1/+2
Changes made: Replace references to all deprecated sdc-tosca parser APIs and replace with Entity-based equivalent. Changes are primarily in SdncBaseModel and junit test files. Issue-ID: CCSDK-1880 Change-Id: I5d7f12cdbebcfcb7d2487b6474cd7eb92eb32b9b Signed-off-by: lalena.aria <lalena.aria@att.com>
2018-12-06Add missing dependencyTimoney, Dan (dt5972)1-20/+19
Needed to add dependency on new sli-provider-base artifact to clear compile error in LCM jUnit test case. Change-Id: Ifc272e47628fd674d860277b80085aee91beb00a Issue-ID: CCSDK-793 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-08-20Merge "add LCM DistributeTraffic"Dan Timoney1-0/+36
2018-08-20add LCM DistributeTrafficAgarwal, Ruchira(ra1926)1-0/+36
LCM API for DistributeTraffic Change-Id: I4b3c323d46bd088421d0d6d66fc23982bf086679 Issue-ID: CCSDK-477 Signed-off-by: Agarwal, Ruchira(ra1926) <ra1926@att.com>
2018-08-17Increase coverage and qualityGanesh Chandrasekaran1-0/+20
Issue-ID: CCSDK-470 Change-Id: Id847c9a79af795dd80a5fc22341ed2e385e53943 Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
2018-04-12Copy LCM interface from APP-CTimoney, Dan (dt5972)1-0/+1514
Change-Id: Idc18aa00bcbcee3f51473339b6b4ad90f6b4bffc Issue-ID: CCSDK-219 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>