aboutsummaryrefslogtreecommitdiffstats
path: root/sli/provider-base/src/main/java/org/onap/ccsdk/sli/core/sli/provider/base/ConfigureNodeExecutor.java
AgeCommit message (Collapse)AuthorFilesLines
2020-01-31minor sli provider base changesSmokowski, Kevin (ks6305)1-10/+11
add more unit testing, use constants for success/failure and improve some logging calls Issue-ID: CCSDK-2064 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I2c7039c706de1172bd506a20e96eb987cc86f211
2019-09-05logging changesSmokowski, Kevin (ks6305)1-17/+5
remove old logging statements, add a few helpful ones Issue-ID: CCSDK-1665 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I2272f54b447647c8beab6d2053413c57e816eeac
2018-12-21fixed sonar issues in ConfigureNodeExecutor.javaSandeep J1-10/+12
fixed sonar issues Issue-ID: CCSDK-525 Change-Id: I14e357eeab5aaa2736f6c6492925e860e9029f80 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-14fixed sonar issues in ConfigureNodeExecutor.javaSandeep J1-6/+9
fixed sonar issue Issue-ID: CCSDK-525 Change-Id: Iec7548e3ab6480589cd80118730d0478cd71d707 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-12-03refactor sli-providerSmokowski, Kevin (ks6305)1-0/+248
split sli-provider into sli-provider and sli-provider-base Change-Id: I7b7edb767c04c9a6caf72a9172f49518655e33b7 Issue-ID: CCSDK-778 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>