aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/registration_to_simulator/aLacarteFlow/mso_create_vf_module.json
diff options
context:
space:
mode:
authorAmichai Hemli <ah0398@intl.att.com>2019-03-18 10:07:02 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-18 10:07:02 +0000
commita036637a4d466662128cde1823816578e76c69e0 (patch)
treed58add45a75701717e67de676463fc6b15068f9d /vid-automation/src/main/resources/registration_to_simulator/aLacarteFlow/mso_create_vf_module.json
parent756a9c041981e05a3f5bd740ebc0d3fc22579003 (diff)
parent66af8b9b391879be78660d6ccb0a1f1f9340b423 (diff)
Merge "Merge automation from ECOMP's repository"
Diffstat (limited to 'vid-automation/src/main/resources/registration_to_simulator/aLacarteFlow/mso_create_vf_module.json')
-rw-r--r--vid-automation/src/main/resources/registration_to_simulator/aLacarteFlow/mso_create_vf_module.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/vid-automation/src/main/resources/registration_to_simulator/aLacarteFlow/mso_create_vf_module.json b/vid-automation/src/main/resources/registration_to_simulator/aLacarteFlow/mso_create_vf_module.json
deleted file mode 100644
index afba0683e..000000000
--- a/vid-automation/src/main/resources/registration_to_simulator/aLacarteFlow/mso_create_vf_module.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "simulatorRequest": {
- "method": "POST",
- "path": ".*/serviceInstances/v./SERVICE_INSTANCE_ID/vnfs/VNF_INSTANCE_ID/vfModules",
- "body": {
- "requestDetails": {
- "requestParameters": {
- "testApi": "GR_API"
- }
- }
- }
- } ,
- "simulatorResponse": {
- "responseCode": 202,
- "responseHeaders": {
- "Content-Type": "application/json"
- },
- "body": {
- "requestReferences": {
- "instanceId": "SERVICE_INSTANCE_ID",
- "requestId": "REQUEST_ID"
- }
- }
- }
-} \ No newline at end of file