aboutsummaryrefslogtreecommitdiffstats
path: root/trustStoreMerger/src/test
AgeCommit message (Collapse)AuthorFilesLines
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-2/+2
Fix assertions which do not test Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I4024cfee7c6da486db5ded1a9c33b0605691875b
2020-09-17Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-1/+1
2020-09-17Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-1/+1
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-1/+1
Remove unnecessary 'public' modifier Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I96cd61928e2f9bb5b15f7880382b19055fdf9373
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-1/+1
Remove unnecessary 'public' modifier Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: If31855ffe322a43b759ba173907334c5a39f5b20
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-1/+1
Use assertThat(actual).contains(expected) instead Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I5c7520030329ace8823134e3123b34c77b5576c6
2020-09-15[OOM-CMPv2] Renamed pakage o.o.oom.truststoremerger -> ↵Jan Malkiewicz16-81/+81
o.o.oom.certservice.postprocessor Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: Ie360bcfd07288c82231ef92fdf0afff5dee1641d
2020-09-15Fix for env nameskjaniak3-30/+30
Postfix _ENV removed from envs names since it was introduced by mistake. Issue spotted in CSITs. Issue-ID: DCAEGEN2-2253 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: Ibbd99e3c655337ca6ae1fd3d4a568b01e35373dc
2020-09-14[OOM-CPMv2] Allow optional input parameterskjaniak7-356/+310
Bug fix in merger to allow KEYSTORE paths to be optional. Issue-ID: DCAEGEN2-2253 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: I9176d7fdb0e714d849a4ea617ccc4f8eb6a233e1
2020-09-10[OOM-CMPv2] Create KeystoreCopierJan Malkiewicz3-11/+181
- implement logic to copy keystores - moved logic of truststore merger to decicated class TruststoreMerger Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: I730d10b9bb72da55d9e4641b79cf98e0e100a39d
2020-09-09Refactor truststore MainApp (rename to CertificatePostProcessor)Jan Malkiewicz2-42/+76
- Move common exception handling logic to dedicated class AppExecutor Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: Ic3cffa155e488258067df22e901ceaa0a2eca5f1
2020-09-09Refactor truststore merger logicPiotr Marcinkiewicz14-528/+449
- Merge PemTruststore and JavaTruststore into Truststore - Rename controller classes to be consistent - Remove duplicated methods Issue-ID: DCAEGEN2-2253 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I3270cd9811e5eaf360ceea0d0ca99be1155eaf00
2020-09-08Add of config for copierkjaniak7-124/+302
Add Source and Destination paths to merger. Issue-ID: DCAEGEN2-2253 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: Id0ec28d8d7f90c5ce61d5393b6e1d8363dbfd24d
2020-09-03Move path logic to configuration (merger)kjaniak4-31/+78
Issue-ID: DCAEGEN2-2253 Change-Id: I8ef6603335a837fbd2bcda9975d669f73f94db57 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2020-08-27Add Certification merge logicTomasz Wrobel16-55/+807
Issue-ID: DCAEGEN2-2253 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I4157ce71373b41d9f7ee03b76d407ec7a2b17ec3
2020-08-11Add TruststoreFile providerRemigiusz Janeczek12-4/+328
Move certification.file classes to certification.path package Issue-ID: DCAEGEN2-2253 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I3098ac443b940031506732216f2bedffa3143adb
2020-08-06Fix maven build issue in truststore-mergerTomasz Wrobel2-4/+24
-update pom in truststore-merger -update UT -update log messages Issue-ID: DCAEGEN2-2253 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I0cc8caf39851344c3a6a868ea6aac1fff6e4183e
2020-08-05Add loading configuration from env to truststore mergerRemigiusz Janeczek4-2/+246
Issue-ID: DCAEGEN2-2253 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I06b3e3fcebbca96a4b9cbb4c693ae16eb29366eb
2020-08-04Create base of Truststore Merger subprojectRemigiusz Janeczek1-0/+42
Issue-ID: DCAEGEN2-2253 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Ieea2ed6eae212e09a1c818e54d1660ff566e3b09