summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-06-06Roll master for MontrealDan Timoney167-170/+170
Roll version to initial snapshot for Montreal release Issue-ID: CCSDK-3903 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I7eff8d6d696832d5c2d7e9f01d66dd3e15b7eae4
2023-03-28Release initial Chlorine version of sliDan Timoney168-169/+174
Release initial ODL Chlorine based version of ccsdk/sli Issue-ID: CCSDK-3812 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I919081c83f30744ad81286753e5278722aef2cc3
2023-03-28ODL Chlorine changesDan Timoney163-214/+227
Update ccsdk/sli for OpenDaylight Chlorine release. Issue-ID: CCSDK-3812 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I886292c4232e7028967f1518d9f0b09f2d0a6106
2023-02-27Release SLI version 1.6.1Dan Timoney168-169/+174
Release ccsdk/sli version 1.6.1 and roll to next snapshot Issue-ID: CCSDK-3813 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iadf7915a0f98b1200820d4625c753ac944b574fc
2023-02-24Update to use v2.5.3 parent pomsDan Timoney159-175/+175
Update to use latest released London parent poms Issue-ID: CCSDK-3813 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I25119529fc09c23fa69fa91505a80631d6fac8b4
2022-09-14Merge "[sli/core/sliPlutinUtils] Adding Extra Constraint Filtering on ↵Dan Timoney7-3/+30
ShortestPathCompute"
2022-08-12Merge "Use released version 2.4.1 of parent poms"KAPIL SINGAL157-157/+157
2022-08-10Use released version 2.4.1 of parent pomsDan Timoney157-157/+157
Use released version 2.4.1 of parent poms Issue-ID: CCSDK-3693 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ib0579aa6f2e25b156377b207fa73cd42f4305253
2022-07-27Merge "Fix restconf-provider blueprint"Dan Timoney1-1/+1
2022-07-27Merge "CCSDK-3721: Fix sonar issues for AAIClientRESTExecutor"KAPIL SINGAL1-2/+4
2022-07-27Fix restconf-provider blueprintDan Timoney1-1/+1
Add missing change to YangParserFactory package name in blueprint Issue-ID: CCSDK-3693 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia7bc34d27343c676a1f7ba690bc18c9a98684f53
2022-07-25Merge "Migrate sli to sulfur sr1"Dan Timoney173-220/+440
2022-07-21[sli/core/sliPlutinUtils] Adding Extra Constraint Filtering on ↵decheng zhang7-3/+30
ShortestPathCompute Issue-ID: CCSDK-3730 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: I9a9899b235903c5a306edfdc155dd730a580e11d
2022-07-21Migrate sli to sulfur sr1Dan Timoney173-220/+440
Migrate sli to OpenDaylight Sulfur release Issue-ID: CCSDK-3693 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I3ca6fb12a03038a9447747650ea2a6e6d6e71d9d
2022-07-18GenericVnfTest, Don't use assertNotNull() inside a try-catch catching an ↵Ganesh1-9/+5
AssertionError Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: I1212a1b20dfca179b1b5be6b3147242d4f52a11c Issue-ID: CCSDK-3476
2022-07-18TestProperties, Change the assertion arguments to not compare a primitive ↵Ganesh1-1/+1
value with null Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: I128fb3cebbba6817c8ae28f37a50780defe260e9 Issue-ID: CCSDK-3476
2022-07-15Use released 2.4.0 parent pomsDan Timoney157-157/+157
Use released version 2.4.0 (Phosphorus) of parent poms Issue-ID: CCSDK-3691 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Id23026517c89c513c2a1082a490ae9b87ef2465a
2022-07-15Merge "Restapi-call-node: Support for Empty Container {} in JSON"Dan Timoney5-647/+136
2022-07-15CCSDK-3721: Fix sonar issues for AAIClientRESTExecutorabhishek.c921-2/+4
Add null check for KeyManagerFactory instance Issue-ID: CCSDK-3721 Signed-off-by: abhishek.c92 <abhishek.c92@samsung.com> Change-Id: I783fa1447e2ed1e8655a0364899647d04de565f8
2022-07-14Restapi-call-node: Support for Empty Container {} in JSONSingal, Kapil (ks220y)5-647/+136
Issue-ID: CCSDK-3718 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: If3c030f3de78d21f1ab0bcdebc234b7697871314
2022-06-24sonar issue, Change the assertion arguments to not compare a primitive value ↵Ganesh1-118/+117
with null Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: Idc8fcd5e6b2c7dce0da0b8f04721634ece05c5c7 Issue-ID: CCSDK-3476
2022-06-24sonar issue, Define a constant instead of duplicating this literalGanesh1-246/+249
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: I4c9956215b247ff512778636fc7492fc0dc6f609 Issue-ID: CCSDK-3476
2022-05-11Test cases for mdsal-resource RestServiceabhishek.c921-0/+47
Junit test cases for methods in RestService class Issue-ID: CCSDK-3654 Signed-off-by: abhishek.c92 <abhishek.c92@samsung.com> Change-Id: I75484452a7912e13efe71b8d47dd02112fdc1f66
2022-04-27Merge "SLI: Tests cases for netconf-adaptor OpStateValidatorImpl"Dan Timoney1-0/+47
2022-04-26SLI: Tests cases for netconf-adaptor OpStateValidatorImplabhishek.c921-0/+47
JUnit test cases for methods in MockOperationalStateValidatorImpl Issue-ID: CCSDK-3640 Signed-off-by: abhishek.c92 <abhishek.c92@samsung.com> Change-Id: I4cd430a91b4552584981ba5ad1bb8d6d1ccaa96d
2022-04-26rest-const unit test cases addedGanesh1-0/+58
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: Ie2935b9ac6c590314cf314bc1dd03f6b7ff34456 Issue-ID: CCSDK-3476
2022-04-22restAdaptor unit test cases addedGanesh1-0/+32
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: I918cac94debd551601582207e29f819128ba7845 Issue-ID: CCSDK-3476
2022-04-18sshAdaptor unit test cases addedGanesh2-0/+168
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: I980fcc8c33ea46e1813d5583b530e99800960411 Issue-ID: CCSDK-3476
2022-04-08Merged CCSDKadaptor unit test casesGanesh3-0/+116
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: If4b4969c30219c55b6455323348b222d2f6df69f Issue-ID: CCSDK-3476
2022-04-01Roll versions to next minor releaseDan Timoney167-170/+170
Roll versions to next minor release number, for ONAP Kohn release Issue-ID: CCSDK-3623 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I01aad6865cd6357deea7f2103cc7357138692bef
2022-03-28Use released parent pom 2.3.3Dan Timoney157-157/+157
Use released 2.3.3 version of parent pom Issue-ID: CCSDK-3604 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I4052fd67e9f8729550e6a727dad2a0481ffec673
2022-03-26unit test enhancementGanesh3-112/+30
Signed-off-by: Ganesh <ganesh.c@samsung.com> Change-Id: Ie9f1596860b6f0d1dee7eef5e1998232730c0c54 Issue-ID: CCSDK-3476
2022-03-22Migrate SLI to OpenDaylight PhosphorusDan Timoney174-388/+1096
Updated ccsdk/sli to use Phosphorus SR1 version of parent poms and updated Java Reflection code to handle changes in Phosphorus: - use Uint8/Uint16/Uint32/Uint64 classes in place of char/Short/Long/BigInteger, respectively - add code for toMap method to handle change in representation of yang list from java List to java Map - Add new YangUtils class to replace removed ODL yangtools SchemaUtils class - Update restconf-client due to changes in yangtools Issue-ID: CCSDK-3567 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iea581c7f39b1038ce95cc0ca6728fe56dd023f3e
2022-03-22Add new committer - Jozsef CsongvaiDan Timoney1-0/+8
Add Jozsef Csongvai as committer Issue-ID: CCSDK-3613 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iac30f9b8381760e2ddf40581f1015b076e214bcf
2022-03-10Merge "Updating AAI schema to v25 inside CCSDK/sli's aai-service-provider ↵Dan Timoney33-1269/+5884
adaptor."
2022-03-10Merge "Revert "AAI schema update""Dan Timoney32-501/+547
2022-03-08Updating AAI schema to v25 inside CCSDK/sli's aai-service-provider adaptor.Hesam Rahimi33-1269/+5884
Issue-ID: CCSDK-3601 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I3f9ef79bdd72a2fe832d7b1185c123be14953e49
2022-03-08Revert "AAI schema update"Hesam Rahimi32-501/+547
This reverts commit db3f905491c6a8f844212a4227281e758d73d333. Issue-ID: CCSDK-3601 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: Ic51d815dc095288459ea6200e70b1c14d211e41b
2022-03-07Remove retired committersDan Timoney1-10/+6
Remove retired committers Brinda and Nicolas Issue-ID: CCSDK-3599 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I89a708eb8d47437e59430a711558a9b08dd44d93