Reduce vnf data response from A&AI in change management flows 38/95238/8
authoras221v <as221v@intl.att.com>
Mon, 9 Sep 2019 14:56:41 +0000 (17:56 +0300)
committerAlexey Sandler <alexey.sandler@intl.att.com>
Thu, 12 Sep 2019 12:55:52 +0000 (15:55 +0300)
commitc4814252e8ef58dde843824d1c4d57ea708a961e
treeb870ffa4e3fbc4791b87fcbc2815a6dec7f97276
parent2609cc76f0565466667fff8ae4d0707b94993877
Reduce vnf data response from A&AI in change management flows

Issue-ID: VID-596
Signed-off-by: Amir Skalka <as221v@intl.att.com>
Change-Id: I4462ef0c2dbc9880d1a0d204f6552e3842aad821
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
14 files changed:
vid-app-common/src/main/java/org/onap/vid/aai/AaiClient.java
vid-app-common/src/main/java/org/onap/vid/aai/AaiClientInterface.java
vid-app-common/src/main/java/org/onap/vid/controller/AaiController2.java
vid-app-common/src/main/java/org/onap/vid/properties/Features.java
vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties
vid-app-common/src/test/java/org/onap/vid/aai/AaiClientTest.java
vid-app-common/src/test/java/org/onap/vid/controller/AaiControllerTest.java
vid-app-common/src/test/java/org/onap/vid/controller/ServicePermissionsTest.java
vid-app-common/src/test/resources/payload_jsons/changeManagement/get_vnf_data_by_globalid_and_service_type_reduced_response.json [new file with mode: 0644]
vid-automation/src/main/java/org/onap/simulator/presetGenerator/presets/aai/PresetBaseAAICustomQuery.java [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/changeManagement/get_vnf_data_by_globalid_and_service_type_reduced_response.json [new file with mode: 0644]
vid-automation/src/main/resources/registration_to_simulator/changeManagement/get_vnf_data_by_globalid_and_service_type_response.json [new file with mode: 0644]
vid-automation/src/test/java/org/onap/vid/api/AaiApiTest.java
vid-automation/src/test/resources/features.properties