Hello World service for NONRTRIC - Unit Tests Added 96/12196/2
authorambrishest <ambrish.singh@est.tech>
Thu, 7 Dec 2023 08:33:45 +0000 (08:33 +0000)
committerambrishest <ambrish.singh@est.tech>
Fri, 8 Dec 2023 14:47:44 +0000 (14:47 +0000)
commitd30570e0aef589a471d12762b801f9354700c38c
tree60c96a70889a8039e181fd0421d725b01cf94a86
parent931e03479a552777755d805972428f8691c5dc1c
Hello World service for NONRTRIC - Unit Tests Added

Issue-ID: NONRTRIC-944
Change-Id: I59122a202746587a34d461ef84fd331bf7c5a73e
Signed-off-by: ambrishest <ambrish.singh@est.tech>
21 files changed:
test/cr/cr-build-start.sh
test/mrstub/mrstub-build-start.sh
test/prodstub/prod-stub-build-start.sh
test/servicestub/.gitignore [new file with mode: 0644]
test/servicestub/Dockerfile [new file with mode: 0644]
test/servicestub/README.md [new file with mode: 0644]
test/servicestub/build.sh [new file with mode: 0644]
test/servicestub/container-tag.yaml [new file with mode: 0644]
test/servicestub/docker-compose.yml [new file with mode: 0644]
test/servicestub/hello-world-chart/.helmignore [new file with mode: 0644]
test/servicestub/hello-world-chart/Chart.yaml [new file with mode: 0644]
test/servicestub/hello-world-chart/templates/_helpers.tpl [new file with mode: 0644]
test/servicestub/hello-world-chart/templates/deployment.yaml [new file with mode: 0644]
test/servicestub/hello-world-chart/templates/service.yaml [new file with mode: 0644]
test/servicestub/hello-world-chart/templates/tests/test-connection.yaml [new file with mode: 0644]
test/servicestub/hello-world-chart/values.yaml [new file with mode: 0644]
test/servicestub/pom.xml [new file with mode: 0644]
test/servicestub/service-stub-build-start.sh [new file with mode: 0644]
test/servicestub/src/main/java/org/oran/helloworld/HelloWorldApplication.java [new file with mode: 0644]
test/servicestub/src/main/java/org/oran/helloworld/rest/HelloWorldController.java [new file with mode: 0644]
test/servicestub/src/test/java/org/oran/helloworld/rest/HelloWorldControllerTest.java [new file with mode: 0644]