aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/mso_config_update_error_404.json
diff options
context:
space:
mode:
Diffstat (limited to 'vid-automation/src/test/resources/registration_to_simulator/mso_config_update_error_404.json')
-rw-r--r--vid-automation/src/test/resources/registration_to_simulator/mso_config_update_error_404.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/vid-automation/src/test/resources/registration_to_simulator/mso_config_update_error_404.json b/vid-automation/src/test/resources/registration_to_simulator/mso_config_update_error_404.json
new file mode 100644
index 000000000..58d338726
--- /dev/null
+++ b/vid-automation/src/test/resources/registration_to_simulator/mso_config_update_error_404.json
@@ -0,0 +1,13 @@
+{
+ "simulatorRequest": {
+ "method": "POST",
+ "path": ".*/serviceInstances/v6/SERVICE_INSTANCE_ID/vnfs/VNF_INSTANCE_ID/applyUpdatedConfig"
+ } ,
+ "simulatorResponse": {
+ "responseCode": 404,
+ "responseHeaders": {
+ "Content-Type": "text/html"
+ },
+ "body": "<html><head><title>Error</title></head><body>404 - Not Found</body></html>"
+ }
+}