aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java
AgeCommit message (Collapse)AuthorFilesLines
2020-07-02Upgrade java from 8 to 113.5.0Bogumil Zebek5-11/+21
Issue-ID: DCAEGEN2-2287 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I1a80ac133798ec6fbd96696aaa292244b1feec05
2020-02-18Merge "Extract jdbi query"Vijay Venkatesh Kumar2-25/+273
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>
2020-02-12Extract jdbi queryBogumil Zebek2-25/+273
Issue-ID: DCAEGEN2-2032 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I72e9602018ada44e36339a89034bee56bc9f8e8c
2020-01-17Extract queryBogumil Zebek2-6/+265
Issue-ID: DCAEGEN2-2019 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I5f22589af67e11bf5bf7292f95df9f416007a15f
2019-12-16Improve code coverageBogumil Zebek5-16/+187
Issue-ID: DCAEGEN2-1992 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I3e57f34fb8d3fcec66a5c937aa352032dc84b1e8
2019-12-09Merge "Improve code coverage"Vijay Venkatesh Kumar2-88/+126
2019-12-06Improve code coverageBogumil Zebek2-88/+126
Issue-ID: DCAEGEN2-1980 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I062a4a7f6508a6a3b2c212793bdad019ab46f7e2
2019-03-15Increase unit test coverage4.0.0-ONAPdublinMichael Hwang3-1/+249
Change-Id: Id1067160082d117f2e48ad1476dfb0b3ba65134b Issue-ID: DCAEGEN2-1263 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2019-03-06Add new junit testsShadi Haidar1-0/+71
Added 1 more junit test to try to increase sonar coverage Issue-ID: DCAEGEN2-1263 Change-Id: Idaedbde90a7cfea93da0023581e9c1d56f879bd2 Signed-off-by: Shadi Haidar <sh1986@att.com>
2018-09-19Re-increase code coverage to 50%3.0.43.0.1-ONAP3.0.0-ONAPcasablancaMichael Hwang2-0/+17
Change-Id: Ia707c6ef1837b26ccd895ccf075626a2e8f6da34 Issue-ID: DCAEGEN2-803 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2018-09-14Address warningsShadi Haidar22-270/+299
Change-Id: I953b71d130c78bb20cf602e101021e29b538088e Issue-ID: DCAEGEN2-605 Signed-off-by: Shadi Haidar <sh1986@att.com>
2018-03-26Add unit tests to reach 50% coverageMichael Hwang15-27/+727
Ripped out the dcae controller code which is no longer needed. Change-Id: I43906edb80bcd5e25445ec2a7175c6748b0ab2ae Signed-off-by: Michael Hwang <mhwang@research.att.com> Issue-ID: DCAEGEN2-257
2018-01-19Change package from openecomp to onapMichael Hwang12-44/+32
Change-Id: I2a79eb123e5fbb6a6c2f0e72030d6781fbbd7513 Issue-ID: DCAEGEN2-225 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-10-02Add more unit testsv1.2.0v1.0.01.0.0-ONAP1.0.0-AmsterdamMichael Hwang5-0/+334
Change-Id: Ib8e586a5aa7d31756751776015bbb76f68a0cafc Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-27Add more unit testsMichael Hwang5-0/+617
Change-Id: I514389aa3d154a35505d833fd4ae0155f07b7f67 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-09-19Get unit tests workingMichael Hwang1-3/+6
Including fixing of broken test Change-Id: Ie5fa6a2c4bd59b7552480899616590c7944e5aa4 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang <mhwang@research.att.com>
2017-08-23Make first commitMichael Hwang3-0/+381
Transferring from original dcae project Issue-Id: DCAEGEN2-45 Change-Id: If8500f4a120ec2d27a714c8917f163beb57ee64c Signed-off-by: Michael Hwang <mhwang@research.att.com>