[DCAEGEN2] Update CSIT testcase for SliceAnalysis MS 23/126923/1
authordenilson.l65 <denilson.l65@wipro.com>
Wed, 2 Feb 2022 04:53:00 +0000 (04:53 +0000)
committerdenilson.l65 <denilson.l65@wipro.com>
Wed, 2 Feb 2022 04:53:00 +0000 (04:53 +0000)
Updating CSIT test case for SliceAnalysisMS image 1.0.7

Issue-ID: DCAEGEN2-3068
Signed-off-by: denilson.l65 <denilson.l65@wipro.com>
Change-Id: Ie9ff402ad1c3d46fa954c098e4bb4976499251b1

plans/dcaegen2-services-slice-analysis-ms/testsuites/docker-compose.yaml
tests/dcaegen2-services-slice-analysis-ms/testcases/data/expected_payload_pm0.json

index bfe7230..869e69d 100644 (file)
@@ -77,7 +77,7 @@ services:
     networks:
      - slice-analysis-ms-default
   sliceanalysisms:
-    image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.components.slice-analysis-ms:1.0.6
+    image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.components.slice-analysis-ms:latest
     container_name: sliceanalysisms
     hostname: sliceanalysisms
     environment:
index f730294..5d30827 100644 (file)
@@ -1 +1,28 @@
-{"name":"3f2f23fa-c567-4dd8-8f15-f95ae3e6fd84","serviceInstanceID":"3f2f23fa-c567-4dd8-8f15-f95ae3e6fd84","globalSubscriberId":"5GCustomer","subscriptionServiceType":"5G","networkType":"AN","additionalProperties":{"modifyAction":"reconfigure","snssaiList":["001-00110"],"sliceProfileId":"3f2f23fa-c567-4dd8-8f15-f95ae3e6fd84","resourceConfig":{"11":{"dLThptPerSlice":40,"uLThptPerSlice":50}},"nsiInfo":{"nsiName":"","nsiId":"7455d0de-fc43-4260-b8d4-5b57d357ea57"},"scriptName":"AN"}}
+{
+  "name": "3f2f23fa-c567-4dd8-8f15-f95ae3e6fd84",
+  "serviceInstanceID": "3f2f23fa-c567-4dd8-8f15-f95ae3e6fd84",
+  "globalSubscriberId": "5GCustomer",
+  "subscriptionServiceType": "5G",
+  "networkType": "AN",
+  "additionalProperties": {
+    "modifyAction": "reconfigure",
+    "snssaiList": [
+      "001-00110"
+    ],
+    "sliceProfileId": "3f2f23fa-c567-4dd8-8f15-f95ae3e6fd84",
+    "resourceConfig": {
+      "data": [
+        {
+          "nearRTRICId": 11,
+          "dLThptPerSlice": 40,
+          "uLThptPerSlice": 50
+        }
+      ]
+    },
+    "nsiInfo": {
+      "nsiName": "",
+      "nsiId": "7455d0de-fc43-4260-b8d4-5b57d357ea57"
+    },
+    "scriptName": "AN"
+  }
+}