From: Eylon Malin Date: Tue, 6 Aug 2019 13:59:21 +0000 (+0300) Subject: fix tests by adding missing preset of get subscribers from AAI X-Git-Tag: 5.0.1~74 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F92804%2F1;p=vid.git fix tests by adding missing preset of get subscribers from AAI Issue-ID: VID-378 Signed-off-by: Eylon Malin Change-Id: I6dc101b76089c32b8b9d2912a070b64bf01514ec --- diff --git a/vid-automation/src/test/java/org/onap/vid/api/AsyncInstantiationALaCarteApiTest3.java b/vid-automation/src/test/java/org/onap/vid/api/AsyncInstantiationALaCarteApiTest3.java index 12ad325d5..e49560283 100644 --- a/vid-automation/src/test/java/org/onap/vid/api/AsyncInstantiationALaCarteApiTest3.java +++ b/vid-automation/src/test/java/org/onap/vid/api/AsyncInstantiationALaCarteApiTest3.java @@ -357,6 +357,7 @@ public class AsyncInstantiationALaCarteApiTest3 extends AsyncInstantiationBase { String networkInstanceId = "NETWORK_INSTANCE_ID"; registerExpectationFromPresets(ImmutableList.of( + new PresetAAIGetSubscribersGet(), new PresetMSODeleteNetworkAlaCarteCypress(deleteRequestId, serviceInstanceId, networkInstanceId, "us16807000"), new PresetMSOOrchestrationRequestGet(COMPLETE, deleteRequestId), new PresetMSOCreateNetworkALaCarteServiceCypress2(createRequestId, serviceInstanceId, "ExtVL", "action-data", "6b528779-44a3-4472-bdff-9cd15ec93450"), @@ -389,6 +390,7 @@ public class AsyncInstantiationALaCarteApiTest3 extends AsyncInstantiationBase { String networkInstanceId = "NETWORK_INSTANCE_ID"; registerExpectationFromPresets(ImmutableList.of( + new PresetAAIGetSubscribersGet(), new PresetMSODeleteNetworkAlaCarteCypress(deleteNetworkRequestId, serviceInstanceId, networkInstanceId, "us16807000"), new PresetMSOOrchestrationRequestGet(COMPLETE, deleteNetworkRequestId), new PresetMSODeleteService(deleteServiceRequestId, serviceInstanceId),