aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/slice_selection/conductor_error_response.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps/slice_selection/conductor_error_response.json')
-rw-r--r--test/apps/slice_selection/conductor_error_response.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/apps/slice_selection/conductor_error_response.json b/test/apps/slice_selection/conductor_error_response.json
new file mode 100644
index 0000000..95a9750
--- /dev/null
+++ b/test/apps/slice_selection/conductor_error_response.json
@@ -0,0 +1,18 @@
+{
+ "plans": [
+ {
+ "status": "error",
+ "message": "Some error message",
+ "name": "Plan Name 1",
+ "links": [
+ [
+ {
+ "href": "http://conductor:8091/v1/plans/plan_id",
+ "rel": "self"
+ }
+ ]
+ ],
+ "id": "plan_id"
+ }
+ ]
+}