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