summaryrefslogtreecommitdiffstats
path: root/test/apps/slice_selection/no_recomm_conductor_response.json
diff options
context:
space:
mode:
authordhebeha <dhebeha.mj71@wipro.com>2020-05-13 01:33:52 +0530
committerdhebeha <dhebeha.mj71@wipro.com>2020-05-13 10:39:41 +0530
commit0227fc0b5a69558cb68fd9977e12558fbb51a203 (patch)
treed906c0db686b0c5dc8b6d93cb746de3d271534ae /test/apps/slice_selection/no_recomm_conductor_response.json
parent76efb65c4fffbd5b940a75c36329a2e0409be382 (diff)
return slice profile when serviceProfile is non shareable
Issue-ID: OPTFRA-754 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: Ib330881be60d8bcc5683571a76ef8fe52452b869
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": []
+ }
+ ]
+}