From 0227fc0b5a69558cb68fd9977e12558fbb51a203 Mon Sep 17 00:00:00 2001 From: dhebeha Date: Wed, 13 May 2020 01:33:52 +0530 Subject: return slice profile when serviceProfile is non shareable Issue-ID: OPTFRA-754 Signed-off-by: dhebeha Change-Id: Ib330881be60d8bcc5683571a76ef8fe52452b869 --- test/apps/slice_selection/no_rec.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/apps/slice_selection/no_rec.json (limited to 'test/apps/slice_selection/no_rec.json') diff --git a/test/apps/slice_selection/no_rec.json b/test/apps/slice_selection/no_rec.json new file mode 100644 index 0000000..855afac --- /dev/null +++ b/test/apps/slice_selection/no_rec.json @@ -0,0 +1,18 @@ +{ + "plans": [ + { + "id": "d8c07237-5f66-4aa6-871c-a04221d99458", + "links": [ + [ + { + "href": "https://oof-has-api:8091/v1/plans/d8c07237-5f66-4aa6-871c-a04221d99458", + "rel": "self" + } + ] + ], + "message": "Plan d8c07237-5f66-4aa6-871c-a04221d99458 search failed, no recommendations found by machine dev-oof-has-solver-65d478b6d-ql5fp", + "name": "d290f1ee-6c54-4b01-90e6-d701748f0851", + "status": "not found" + } + ] +} -- cgit 1.2.3-korg