From 4a4dcc5185f8ba5a28c7f9fef509f32c0c2389e6 Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Sun, 12 Aug 2018 14:51:28 +0300 Subject: vid-automation selenium tests Change-Id: I6c1b0a0cf3bbfa4314c81f0cc72507db805ec632 Issue-ID: VID-281 Signed-off-by: Sonsino, Ofir (os0695) --- .../add_network/mso_add_network.json | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 vid-automation/src/main/resources/registration_to_simulator/add_network/mso_add_network.json (limited to 'vid-automation/src/main/resources/registration_to_simulator/add_network/mso_add_network.json') diff --git a/vid-automation/src/main/resources/registration_to_simulator/add_network/mso_add_network.json b/vid-automation/src/main/resources/registration_to_simulator/add_network/mso_add_network.json new file mode 100644 index 000000000..68faf4e29 --- /dev/null +++ b/vid-automation/src/main/resources/registration_to_simulator/add_network/mso_add_network.json @@ -0,0 +1,58 @@ +{ + "simulatorRequest": { + "method": "POST", + "path": "/mso/serviceInstances/v./d198cc45-158b-480e-8d2c-03943c51268e/networks", + "body": + { + "requestDetails": { + "requestInfo": { + "instanceName": "", + "source": "VID", + "suppressRollback": false, + "requestorId": "mo57174000", + "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb" + }, + "modelInfo": { + "modelType": "network", + "modelInvariantId": "de01afb5-532b-451d-aac4-ff9ff0644060", + "modelVersionId": "ac815c68-35b7-4ea4-9d04-92d2f844b27c", + "modelName": "AIC30_CONTRAIL_BASIC", + "modelVersion": "3.0", + "modelCustomizationId": "e94d61f7-b4b2-489a-a4a7-30b1a1a80daf", + "modelCustomizationName": "AIC30_CONTRAIL_BASIC 0" + }, + "requestParameters": { + "testApi": "GR_API", + "userParams": [] + }, + "cloudConfiguration": { + "lcpCloudRegionId": "One", + "tenantId": "c630e297a3ae486497d63eacec1d7c14" + }, + "relatedInstanceList": [ + { + "relatedInstance": { + "instanceId": "d198cc45-158b-480e-8d2c-03943c51268e", + "modelInfo": { + "modelType": "service", + "modelName": "Using VID for VoIP Network Instantiations Shani", + "modelInvariantId": "5b9c0f33-eec1-484a-bf77-736a6644d7a8", + "modelVersion": "1.0", + "modelVersionId": "b75e0d22-05ff-4448-9266-5f0d4e1dbbd6" + } + } + } + ] + } + } + }, + "simulatorResponse": { + "responseCode": 200, + "body": { + "requestReferences": { + "instanceId": "c187e9fe-40c3-4862-b73e-84ff056205f6", + "requestId": "314cc766-b673-4a50-b9c5-471f68914533" + } + } + } +} \ No newline at end of file -- cgit 1.2.3-korg