From f20517410a174c82115e289320296d0d78f57a28 Mon Sep 17 00:00:00 2001 From: Eylon Malin Date: Tue, 6 Aug 2019 16:59:21 +0300 Subject: fix tests by adding missing preset of get subscribers from AAI Issue-ID: VID-378 Signed-off-by: Eylon Malin Change-Id: I6dc101b76089c32b8b9d2912a070b64bf01514ec --- .../test/java/org/onap/vid/api/AsyncInstantiationALaCarteApiTest3.java | 2 ++ 1 file changed, 2 insertions(+) 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), -- cgit 1.2.3-korg