aboutsummaryrefslogtreecommitdiffstats
path: root/sources/hv-collector-commandline/src/test/kotlin/org
AgeCommit message (Collapse)AuthorFilesLines
2019-03-20Remove environment variables and program argumentsJakub Dudycz1-4/+3
- Move all command line program arguments to json file. - Reorganize configuration classes and the way they are passed through application - Implement HV VES configuration stream - Create concrete configuration from partial one - Modify main HV-VES server starting pipeline Change-Id: I6cf874b6904ed768e4820b8132f5f760299c929e Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-1340
2019-03-05Extract module for ArgBasedConfigurationJakub Dudycz2-0/+126
Change-Id: Ib11700650583378eb347451950a24c5f238382e4 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-1292