diff options
author | Eylon Malin <eylon.malin@intl.att.com> | 2019-08-06 16:59:21 +0300 |
---|---|---|
committer | Eylon Malin <eylon.malin@intl.att.com> | 2019-08-06 16:59:21 +0300 |
commit | f20517410a174c82115e289320296d0d78f57a28 (patch) | |
tree | 2f0e326d284537141f7a819b5450aca057d2e184 | |
parent | 06d5164d29793c5e82f3596b2845ac84b39f44a8 (diff) |
fix tests by adding missing preset of get subscribers from AAI
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I6dc101b76089c32b8b9d2912a070b64bf01514ec
-rw-r--r-- | vid-automation/src/test/java/org/onap/vid/api/AsyncInstantiationALaCarteApiTest3.java | 2 |
1 files changed, 2 insertions, 0 deletions
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), |