summaryrefslogtreecommitdiffstats
path: root/ms/gra/gra-app/src/test/resources
AgeCommit message (Collapse)AuthorFilesLines
2024-07-17Resolve build issuesmontrealDan Timoney1-0/+1
Build was failing due to issues missed in port to java 17. Updated sdnc/apps to change dependencies from javax.* to jakarta.* - required for Java 17. Also, latest version of snakeyaml cannot handle size of yaml based SDNC swagger, so replaced that with JSON based version. Issue-ID: SDNC-1843 Change-Id: I4df872481c56aea496de0d2b9cc349799ff6b60c Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-12-02Add test cases for gra microserviceDan Timoney10-1/+383
Add test cases for GRA microservice to address test coverage being under target Issue-ID: SDNC-1638 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If9422cdb577ef3984f17f4ef7aa2cd7e362e2fd4
2021-11-01Sync local changes to support GRA microserviceTimoney, Dan (dt5972)21-859/+1955
Sync changes made downstream to support GRA microservice Change-Id: If3bf5d879f7d61ab91209c63b0344d78128246a8 Issue-ID: CCSDK-3504 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-05-01Remove unneeded preload operational dataDan Timoney1-27/+0
Preload data is never used from operational tree - only config tree. Change-Id: I8189952ea3595ffc4fedbf27c2034f41c243bf5b Issue-ID: SDNC-1517 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-04-23Refactor GRA to separate docker creation from application codeDan Timoney263-0/+134918
Refactor GRA so that application jar is created in a separate maven module from the docker build. Issue-ID: SDNC-1527 Change-Id: I4a9af7fe4df14faaf683588bc2567fcc3346886e Signed-off-by: Dan Timoney <dtimoney@att.com>