aboutsummaryrefslogtreecommitdiffstats
path: root/appc-client/client-kit/src/test
AgeCommit message (Collapse)AuthorFilesLines
2018-06-13More updates to lic header in appc propertiesJohn McClung1-2/+1
License header fixes to reflect 2018 changes in various appc-adapters, appc-client, appc-common, appc-config, appc-dg and appc-directed-graph java and properties files. Change-Id: Idbe000f175e11ba42f6e83689a2b2d3d353be008 Issue-ID: APPC-996 Signed-off-by: John McClung <jm1364@att.com>
2018-06-05More license header changes to appc-client filesJohn McClung7-13/+6
Modify license header in appc-client java files to reflect 2018 changes. Change-Id: If0d4a07bb442f1ea82776cada3fa921f0d350b81 Issue-ID: APPC-970 Signed-off-by: John McClung <jm1364@att.com>
2018-03-21Unit Test Coverageshubhada2-0/+127
Unit test Coverage for: 1. AppcClientBusinessException.java 2. AppcClientInternalException.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.appc%3Aappc&selected=org.onap.appc.client%3Aclient-kit%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fclient%2Flcm%2Fexceptions Change-Id: Ib06721b86b985400f521811ddd5c4f3278ee69c3 Issue-ID: APPC-768 Signed-off-by: shubhada <SV00449682@techmahindra.com>
2018-03-20Unit Test Coverageshubhada1-0/+63
Unit Test Coverage for AppcClientException.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.appc%3Aappc&selected=org.onap.appc.client%3Aclient-kit%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fclient%2Flcm%2Fexceptions%2FAppcClientException.java Change-Id: I70eb5b92f6c15b8f67a5e179be58d6f4f2565c47 Issue-ID: APPC-767 Signed-off-by: shubhada <SV00449682@techmahindra.com>
2018-03-06Adding ConfigScaleOut To APP-C Client Libraryvidhyasree1-0/+2
Updating the client library for new action configscaleout based on the updated LCM API Yang model Issue-ID: APPC-478 Change-Id: Ic32f433658be5442e1a5d238a317de85e54fb425 Signed-off-by: vidhyasree <sn141y@att.com>
2018-02-22Task to add ConfigScaleOut to LCM API, Yang Model.vidhyasree1-3/+1
A new action ConfigScaleOut is added to LCM API and Yang model. Removed old action item configscaleout supporting VM action level which is no longer needed. Issue-ID: APPC-479 Change-Id: Ie5452f4d5625fc3be6b66c0f403d12baa64fa096 Signed-off-by: vidhyasree <sn141y@att.com>
2018-02-07Removing old name referencesPatrick Brady1-4/+3
Removing references to bvc, att Change-Id: I794861fe40b96c922f6e5c011b2fe5d2c4bc515b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-292
2017-12-19Adding new LCM features to the client libSkip Wonnell5-3/+99
Provide support for a new set of LCM actions to support an In-Place Software Upgrade flow which can be triggered by SO. Issues included: APPC-346, APPC-349 Issue-ID: APPC-346 Change-Id: I65c10035978aecb543b1102dd9c2dbd8374921bc Signed-off-by: Skip Wonnell <skip@att.com>
2017-12-13Third part of onap renamePatrick Brady4-0/+0
This part of the commit changes the folder structure on all other folders of appc. Change-Id: I8acfa11cdfcdcd36be0e137245d1dd7324f1abd3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-12-13First part of onap renamePatrick Brady7-15/+15
This is the first commit of the rename. This commit changes refereces to org.openecomp.appc > org.onap.appc that occur within files. The package folder structure is not changed in this commit. Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-09-27Increased test coverage for appc-java-clientmojahidi5-0/+297
Added Junit test cases to increase test coverage for appc-java-client Change-Id: I31154acea348f50da5df47262611bfb108a4ed3a Issue-ID:APPC-223 Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
2017-08-30Initial add of APPC client librariesSkip Wonnell3-0/+404
Issue-ID: APPC-180 Change-Id: Ie0be2b518b90bb7f9996e9260c43fef75d1a5821 Signed-off-by: Skip Wonnell <kw5258@att.com>