diff options
author | Einat Vinouze <einat.vinouze@intl.att.com> | 2020-03-16 19:08:22 +0200 |
---|---|---|
committer | Einat Vinouze <einat.vinouze@intl.att.com> | 2020-03-18 10:58:23 +0200 |
commit | 06f53244384e546cc15750f6d050a98a752a0ade (patch) | |
tree | 379fb0247807d0792937d9cc732856923b00848b /vid-automation/src/test | |
parent | 6b57c89aa2ceda72126576c8cdb58b75e83df6f1 (diff) |
allow LOB multi-selection for network
Issue-ID: VID-788
Change-Id: I03674ea0c04567291ba647c76b7c88bc11a7cf0e
Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
Diffstat (limited to 'vid-automation/src/test')
-rw-r--r-- | vid-automation/src/test/java/org/onap/vid/api/AsyncInstantiationALaCarteApiTest3.java | 2 | ||||
-rw-r--r-- | vid-automation/src/test/resources/asyncInstantiation/vidRequestDelete1Create1Network.json | 2 |
2 files changed, 2 insertions, 2 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 70ded1c09..07b81a46c 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 @@ -379,7 +379,7 @@ public class AsyncInstantiationALaCarteApiTest3 extends AsyncInstantiationBase { new PresetMSOOrchestrationRequestGet(COMPLETE, deleteRequestId), new PresetMSOCreateNetworkALaCarteServiceCypress2(createRequestId, serviceInstanceId, "ExtVL", "action-data", - "6b528779-44a3-4472-bdff-9cd15ec93450", "xxx1,platform"), + "6b528779-44a3-4472-bdff-9cd15ec93450", "xxx1,platform", "zzz1,ONAP"), new PresetMSOOrchestrationRequestGet(COMPLETE, createRequestId), PresetAAIGetCloudOwnersByCloudRegionId.PRESET_MTN6_TO_ATT_AIC ), RegistrationStrategy.CLEAR_THEN_SET); diff --git a/vid-automation/src/test/resources/asyncInstantiation/vidRequestDelete1Create1Network.json b/vid-automation/src/test/resources/asyncInstantiation/vidRequestDelete1Create1Network.json index 114565ee3..af7ddd27c 100644 --- a/vid-automation/src/test/resources/asyncInstantiation/vidRequestDelete1Create1Network.json +++ b/vid-automation/src/test/resources/asyncInstantiation/vidRequestDelete1Create1Network.json @@ -65,7 +65,7 @@ "lcpCloudRegionId":"hvf6", "tenantId":"229bcdc6eaeb4ca59d55221141d01f8e", "platformName":"xxx1,platform" , - "lineOfBusiness":"zzz1", + "lineOfBusiness":"zzz1,ONAP", "instanceParams":[ { |