summaryrefslogtreecommitdiffstats
path: root/grToolkit/provider/src/test
AgeCommit message (Collapse)AuthorFilesLines
2020-08-05upgrade plugins to sodiumMichael Dürre1-3/+3
fixed unit test and impl due changes in sodium Issue-ID: CCSDK-2545 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I76d00cc9f2af0824536fe428cdd1c5e37f37689e
2019-12-09[CCSDK-1985]GR Toolkit RefactorHaddox, Anthony (ah0647)35-93/+2122
Refactor of the GR Toolkit provider module to allow for more flexibility for different architectures. Health checking and failover logic has been extracted into an abstract HealthResolver class and several implementations for Single, Three, and Six node controller architectures. Resolvers can be specified in the gr-toolkit.properties file, or a fallback resolver can be used if one is not specified. Signed-off-by: Haddox, Anthony (ah0647) <ah0647@att.com> Issue-ID: CCSDK-1985 Change-Id: I262407e9d8830d91c39c4e75134a9f1cb1d259fe
2019-04-17[CCSDK-1241] Increase GRToolkit Unit Test CoverageHaddox, Anthony5-0/+517
Add unit tests for GRToolkit. Slight changes to make code testable. Change-Id: Ib435da58b62e7b8edda4876f0f3a262cbc41a8ca Issue-ID: CCSDK-1241 Signed-off-by: Haddox, Anthony <ah0647@att.com>