summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/dcae/inventory/InventoryApplicationTest.java
AgeCommit message (Collapse)AuthorFilesLines
2020-07-02Upgrade java from 8 to 113.5.0Bogumil Zebek1-4/+3
Issue-ID: DCAEGEN2-2287 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I1a80ac133798ec6fbd96696aaa292244b1feec05
2020-02-18Get keyStorePassword from fileShadi Haidar1-7/+1
Instead of storing actual passsword in config file's keyStorePassword get the path to the password file from keyStorePassword and create a new config file with actual password in keyStorePassword then continue with normal application startup This also has bug fix for log errors per DCAEGEN2-2086; where logs dir and files are not getting created due to inventory user not having permissions to create dir/logs under /opt/logs/ Issue-ID: DCAEGEN2-2017 Issue-ID: DCAEGEN2-2086 Signed-off-by: Shadi Haidar <sh1986@att.com> Change-Id: I45b5867e9f73b9355c0fa2a0be18cf610291511d Signed-off-by: Shadi Haidar <sh1986@att.com>
2019-03-15Increase unit test coverage4.0.0-ONAPdublinMichael Hwang1-0/+115
Change-Id: Id1067160082d117f2e48ad1476dfb0b3ba65134b Issue-ID: DCAEGEN2-1263 Signed-off-by: Michael Hwang <mhwang@research.att.com>