diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2022-03-10 18:14:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-10 18:14:17 +0000 |
commit | c605d61e073961bef1fc2efcbcce40850646bdbf (patch) | |
tree | 490da331d7fcd6bf0e3f4148e550244b44593c06 | |
parent | 36987b3ac6eccb475e9976b95a08683a86682cdc (diff) | |
parent | 29c5e813b5cb595af267f75c2fd0b846ea386304 (diff) |
Merge "[DCAEGEN2] Update Slice Analysis MS test data"
-rw-r--r-- | components/slice-analysis-ms/ChangeLog.md | 2 | ||||
-rw-r--r-- | components/slice-analysis-ms/src/test/resources/onsetMessage.json | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/components/slice-analysis-ms/ChangeLog.md b/components/slice-analysis-ms/ChangeLog.md index f2aab16c..5c691255 100644 --- a/components/slice-analysis-ms/ChangeLog.md +++ b/components/slice-analysis-ms/ChangeLog.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [DCAEGEN2-3034](https://jira.onap.org/browse/DCAEGEN2-3034) - Migrate SliceAnalysis MS to use unauthenticated topic + - [DCAEGEN2-3100](https://jira.onap.org/browse/DCAEGEN2-3100) - Update onset message test data + ## [1.0.6] - 2021/08/28 - [DCAEGEN2-2885](https://jira.onap.org/browse/DCAEGEN2-2885) - DCAE SliceAnalysis MS - CPS Integration diff --git a/components/slice-analysis-ms/src/test/resources/onsetMessage.json b/components/slice-analysis-ms/src/test/resources/onsetMessage.json index 033e9b94..fdd4e5d8 100644 --- a/components/slice-analysis-ms/src/test/resources/onsetMessage.json +++ b/components/slice-analysis-ms/src/test/resources/onsetMessage.json @@ -11,7 +11,7 @@ "vserver.prov-status": "ACTIVE", "generic-vnf.vnf-id": "e51a9b12-f313-11ea-adc1-0242ac120003" }, - "payload": "{\"name\":\"e51a9b12-f313-11ea-adc1-0242ac120003\",\"globalSubscriberId\":\"5GCustomer\",\"subscriptionServiceType\":\"5G\",\"networkType\":\"AN\",\"serviceInstanceID\":\"e51a9b12-f313-11ea-adc1-0242ac120003\",\"additionalProperties\":{\"modifyAction\":\"reconfigure\",\"snssaiList\":[\"001-100001\"],\"sliceProfileId\":\"e51a9b12-f313-11ea-adc1-0242ac120002\",\"resourceConfig\":{\"1\":{\"dLThptPerSlice\":50,\"uLThptPerSlice\":40},\"2\":{\"dLThptPerSlice\":50,\"uLThptPerSlice\":30}},\"nsiInfo\":{\"nsiId\":\"UUID\",\"nsiName\":\"\"},\"scriptName\":\"AN\"}}", + "payload": "{\"name\":\"e51a9b12-f313-11ea-adc1-0242ac120003\",\"globalSubscriberId\":\"5GCustomer\",\"subscriptionServiceType\":\"5G\",\"networkType\":\"AN\",\"serviceInstanceID\":\"e51a9b12-f313-11ea-adc1-0242ac120003\",\"additionalProperties\":{\"modifyAction\":\"reconfigure\",\"snssaiList\":[\"001-100001\"],\"sliceProfileId\":\"e51a9b12-f313-11ea-adc1-0242ac120002\",\"resourceConfig\":{\"data\":[{\"nearRTRICId\":1,\"dLThptPerSlice\":50,\"uLThptPerSlice\":40},{\"nearRTRICId\":2,\"dLThptPerSlice\":50,\"uLThptPerSlice\":30}]},\"nsiInfo\":{\"nsiId\":\"UUID\",\"nsiName\":\"\"},\"scriptName\":\"AN\"}}", "from": "DCAE", "version": "1.0.2" } |