Add integration tests 54/143354/3
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 23 Feb 2026 08:02:05 +0000 (09:02 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 23 Feb 2026 08:25:54 +0000 (09:25 +0100)
commit2aa67c33dde69ae69dd69facaf319a1045638da1
treef8187a915aedbe6a8a6c3974d05582dd6020b1e7
parent075eb3aec613866cdd19a44c03875083ecc16ed6
Add integration tests

- test end to end http communication towards AAI and Multicloud

Issue-ID: SO-4240
Change-Id: Ic2aedad93f4899d8874903b9ec1d9c6961053091
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
15 files changed:
so-cnf-adapter-application/src/test/java/org/onap/so/adapters/cnf/client/MulticloudClientIntegrationTest.java [new file with mode: 0644]
so-cnf-adapter-application/src/test/java/org/onap/so/adapters/cnf/rest/CnfAdapterRestIntegrationTest.java [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/multicloud/allInstancesResponse.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/multicloud/createInstanceResponse.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/multicloud/emptyResponse.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/multicloud/getHealthCheckResponse.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/multicloud/getInstanceResponse.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/multicloud/getInstanceStatusResponse.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/multicloud/instanceStatusResponse.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/multicloud/notFoundResponse.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/multicloud/queryInstanceResourcesResponse.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/multicloud/startHealthCheckResponse.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/multicloud/subscriptionExistsResponse.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/multicloud/subscriptionResponse.json [new file with mode: 0644]
so-cnf-adapter-application/src/test/resources/__files/multicloud/upgradeInstanceResponse.json [new file with mode: 0644]