aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/mso_error_response_for_post_operational_environmnet.json
diff options
context:
space:
mode:
Diffstat (limited to 'vid-automation/src/test/resources/registration_to_simulator/mso_error_response_for_post_operational_environmnet.json')
-rw-r--r--vid-automation/src/test/resources/registration_to_simulator/mso_error_response_for_post_operational_environmnet.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/vid-automation/src/test/resources/registration_to_simulator/mso_error_response_for_post_operational_environmnet.json b/vid-automation/src/test/resources/registration_to_simulator/mso_error_response_for_post_operational_environmnet.json
new file mode 100644
index 000000000..63a983ffa
--- /dev/null
+++ b/vid-automation/src/test/resources/registration_to_simulator/mso_error_response_for_post_operational_environmnet.json
@@ -0,0 +1,13 @@
+{
+ "simulatorRequest": {
+ "method": "POST",
+ "path": "/mso/cloudResources/v1/operationalEnvironments"
+ } ,
+ "simulatorResponse": {
+ "responseCode": 500,
+ "responseHeaders": {
+ "Content-Type": "text/html"
+ },
+ "body": "ERROR_PAYLOAD"
+ }
+}