Create tests for AAIRepository 64/141564/2
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Mon, 21 Jul 2025 19:56:37 +0000 (21:56 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Tue, 22 Jul 2025 11:25:58 +0000 (13:25 +0200)
commit50b9e8ab49218a94d935bbabb6511cd75b2e3dcb
treef80f88131c21c9f8cfbb4bdfe299453ec1e60e93
parentb3fd995a72d0bac0cc0f1ac746e8044559ae82e0
Create tests for AAIRepository

- create integration test that asserts http requests
  towards AAI
- bump snapshot version to 1.13.1-SNAPSHOT

Issue-ID: AAI-4191
Change-Id: I104c2ea0ecef64dcebdea5e02c14a37df82c1a21
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
23 files changed:
.gitignore
packages/docker/pom.xml
packages/pom.xml
pom.xml
so-cnf-adapter-application/pom.xml
so-cnf-adapter-application/src/main/java/org/onap/so/adapters/cnf/rest/CnfAdapterRest.java
so-cnf-adapter-application/src/test/java/org/onap/so/adapters/cnf/util/AaiRepositoryTest.java [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/bulkDeleteRequestBody.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/bulkProcessRequestBody.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/bulkProcessVnfVfModuleRequest.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/genericVnf.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/k8sResource.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/k8sResourceExistsResponse.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/k8sResourceNotFoundResponse.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/vfModule.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/vfModuleWithRelationshipsResponse.json [new file with mode: 0644]
so-cnfm/pom.xml
so-cnfm/so-cnfm-lcm/pom.xml
so-cnfm/so-cnfm-lcm/so-cnfm-lcm-api/pom.xml
so-cnfm/so-cnfm-lcm/so-cnfm-lcm-application/pom.xml
so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml
so-cnfm/so-cnfm-lcm/so-cnfm-lcm-database-service/pom.xml
so-cnfm/so-cnfm-lcm/so-cnfm-lcm-service/pom.xml