diff options
Diffstat (limited to 'vid-automation/src/test/resources/operationalEnvironmentController')
2 files changed, 21 insertions, 0 deletions
diff --git a/vid-automation/src/test/resources/operationalEnvironmentController/activateOperationalEnvironment.json b/vid-automation/src/test/resources/operationalEnvironmentController/activateOperationalEnvironment.json new file mode 100644 index 000000000..f7b09fb0d --- /dev/null +++ b/vid-automation/src/test/resources/operationalEnvironmentController/activateOperationalEnvironment.json @@ -0,0 +1,13 @@ +{ + "relatedInstanceId": "1117887f-068f-46d7-9e43-9b73bef17af8", + "relatedInstanceName": "managing ECOMP Operational Environment", + "workloadContext": "VNF_E2E-IST", + "manifest": { + "serviceModelList": [ + { + "serviceModelVersionId": "6fad4be0-a433-42f3-ba24-e1cfaf3ada72", + "recoveryAction": "retry" + } + ] + } +}
\ No newline at end of file diff --git a/vid-automation/src/test/resources/operationalEnvironmentController/createOperationalEnvironment.json b/vid-automation/src/test/resources/operationalEnvironmentController/createOperationalEnvironment.json new file mode 100644 index 000000000..d34dba431 --- /dev/null +++ b/vid-automation/src/test/resources/operationalEnvironmentController/createOperationalEnvironment.json @@ -0,0 +1,8 @@ +{ + "instanceName": "newNameForTest", + "ecompInstanceId": "cc6928c8-f80a-4189-8c96-7c0a9b0c05d4", + "ecompInstanceName":"myOpEnv", + "operationalEnvironmentType": "VNF", + "tenantContext": "Test", + "workloadContext": "VNF_E2E-IST" +}
\ No newline at end of file |