From 66af8b9b391879be78660d6ccb0a1f1f9340b423 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Mon, 11 Mar 2019 09:34:34 +0200 Subject: Merge automation from ECOMP's repository Reference commit in ECOMP: 8e92a8c6 Issue-ID: VID-378 Change-Id: Ia32f4813378ef95097f788246aa5b1172e20ca48 Signed-off-by: Ittay Stern --- .../aLacarteFlow/mso_create_vf_module.json | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 vid-automation/src/main/resources/registration_to_simulator/aLacarteFlow/mso_create_vf_module.json (limited to 'vid-automation/src/main/resources/registration_to_simulator/aLacarteFlow/mso_create_vf_module.json') 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 -- cgit 1.2.3-korg