diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2021-02-09 07:17:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-09 07:17:41 +0000 |
commit | 0a34f59dbf6209c07e059315d2b05141c33a5e5e (patch) | |
tree | b7882b3287202bdc7f78271134bd900a7c3c13ee /tests/dcaegen2-services-slice-analysis-ms/testcases/data/ml_response.json | |
parent | dfd96a24c58cd536862f2cffd220e3bc9bd25d28 (diff) | |
parent | 0736c9f21b579973214d1a65ac218b9da7d11086 (diff) |
Merge "Add CSIT for slice-analysis-ms"
Diffstat (limited to 'tests/dcaegen2-services-slice-analysis-ms/testcases/data/ml_response.json')
-rw-r--r-- | tests/dcaegen2-services-slice-analysis-ms/testcases/data/ml_response.json | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/tests/dcaegen2-services-slice-analysis-ms/testcases/data/ml_response.json b/tests/dcaegen2-services-slice-analysis-ms/testcases/data/ml_response.json new file mode 100644 index 00000000..d287d036 --- /dev/null +++ b/tests/dcaegen2-services-slice-analysis-ms/testcases/data/ml_response.json @@ -0,0 +1,69 @@ +{ + + + +"snssai":"001-00110", + + + +"data":[ + + + +{ + + + +"gNBCUName":"cucpserver1", + + + +"cellCUList":[ + + + +{ + + + +"cellLocalId":103593989, + + + +"configData":{ + + + +"maxNumberofConns":"20", + + + +"predictedMaxNumberofConns":"25", + + + +"lastUpdatedTS":"yyyy/MM/dd HH:mm:ss" + + + +} + + + +} + + + +] + + + +} + + + +] + + + +} |