diff options
author | denilson.l65 <denilson.l65@wipro.com> | 2022-03-09 15:25:58 +0000 |
---|---|---|
committer | denilson.l65 <denilson.l65@wipro.com> | 2022-03-09 15:27:53 +0000 |
commit | 29c5e813b5cb595af267f75c2fd0b846ea386304 (patch) | |
tree | 05e74d48db594dc1e6bfd940fe21431a471d7602 /components | |
parent | 6c9c8cc2a1a289ef0b4172d387376d0367549fe3 (diff) |
[DCAEGEN2] Update Slice Analysis MS test data1.0.7-slice-analysis-ms
Issue-ID: DCAEGEN2-3100
Signed-off-by: denilson.l65 <denilson.l65@wipro.com>
Change-Id: I1fda5bb20ca99597fa0e2a23a16ecab24b260c23
Diffstat (limited to 'components')
-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" } |