aboutsummaryrefslogtreecommitdiffstats
path: root/sources/hv-collector-commandline
AgeCommit message (Collapse)AuthorFilesLines
2019-03-11Use CBS by means of SDK in place of ConsulFilip Krzywka1-12/+4
- changed IO creation in main to fix error with too early calling changeState method on collector HealthState - increased coverage a little with few tests - corrected coverage-report pom file to include new modules - temporarily changed to 1.1.4-SNAPSHOT version of sdk due to need of new version of CBSLookup Change-Id: Ic73b46cf881ab4fabf52bef0327b09082aa90dc6 Issue-ID: DCAEGEN2-1302 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2019-03-05Extract module for ArgBasedConfigurationJakub Dudycz7-0/+552
Change-Id: Ib11700650583378eb347451950a24c5f238382e4 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-1292