summaryrefslogtreecommitdiffstats
path: root/src/test/resources/testInputs/NsiSelectionResponse.json
diff options
context:
space:
mode:
authormukesh.paliwal <mukesh.paliwal1@huawei.com>2021-02-08 07:31:10 +0530
committermukesh.paliwal <mukesh.paliwal1@huawei.com>2021-02-08 07:31:10 +0530
commit132fd925fc1f879627a643f9852b7843553ec3a7 (patch)
tree1ffecf8cdd4c9c6d976cf0cdf88747a752a16726 /src/test/resources/testInputs/NsiSelectionResponse.json
parent51c07ed6c2b16aead57244965ea304813c15783b (diff)
split mso-oof-adapter from SO
Issue-ID: SO-3522 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: I22e588f7861f9314f92772f69251debfa691313a
Diffstat (limited to 'src/test/resources/testInputs/NsiSelectionResponse.json')
-rw-r--r--src/test/resources/testInputs/NsiSelectionResponse.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/test/resources/testInputs/NsiSelectionResponse.json b/src/test/resources/testInputs/NsiSelectionResponse.json
new file mode 100644
index 0000000..4ddca3e
--- /dev/null
+++ b/src/test/resources/testInputs/NsiSelectionResponse.json
@@ -0,0 +1,20 @@
+{
+ "transactionId": "s4r0f1ee-6c54-4b01-90e6-d701748f0851",
+ "requestId": "r500f1ee-6c54-4b01-90e6-d701748f0851",
+ "requestStatus": "completed",
+ "solutions": [
+ {
+ "existingNSI": false,
+ "newNSISolution": {
+ "sliceProfiles": [
+ {
+ "domainType":"CN"
+ }
+ ],
+ "matchLevel": {
+ "blob": "content"
+ }
+ }
+ }
+ ]
+}