aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/mso_error_response_for_status.json
diff options
context:
space:
mode:
Diffstat (limited to 'vid-automation/src/test/resources/registration_to_simulator/mso_error_response_for_status.json')
-rw-r--r--vid-automation/src/test/resources/registration_to_simulator/mso_error_response_for_status.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/vid-automation/src/test/resources/registration_to_simulator/mso_error_response_for_status.json b/vid-automation/src/test/resources/registration_to_simulator/mso_error_response_for_status.json
new file mode 100644
index 000000000..704460dc1
--- /dev/null
+++ b/vid-automation/src/test/resources/registration_to_simulator/mso_error_response_for_status.json
@@ -0,0 +1,16 @@
+{
+ "simulatorRequest": {
+ "method": "GET",
+ "path": "/mso/cloudResourcesRequests/v1",
+ "queryParams" : {
+ "requestId": [ "3212b08c-0dcd-4d20-8c84-51e4f325c14a" ]
+ }
+ },
+ "simulatorResponse": {
+ "responseCode": 500,
+ "responseHeaders": {
+ "Content-Type": "text/html"
+ },
+ "body": "ERROR_PAYLOAD"
+ }
+}