fix tests by adding missing preset of get subscribers from AAI 04/92804/1
authorEylon Malin <eylon.malin@intl.att.com>
Tue, 6 Aug 2019 13:59:21 +0000 (16:59 +0300)
committerEylon Malin <eylon.malin@intl.att.com>
Tue, 6 Aug 2019 13:59:21 +0000 (16:59 +0300)
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I6dc101b76089c32b8b9d2912a070b64bf01514ec

vid-automation/src/test/java/org/onap/vid/api/AsyncInstantiationALaCarteApiTest3.java

index 12ad325..e495602 100644 (file)
@@ -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),