remove logs 73/107873/3
authordhebeha <dhebeha.mj71@wipro.com>
Tue, 19 May 2020 13:03:05 +0000 (18:33 +0530)
committerdhebeha <dhebeha.mj71@wipro.com>
Tue, 19 May 2020 15:07:57 +0000 (20:37 +0530)
Issue-ID: OPTFRA-754
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: I76f749af68bd3f4463e5eb4339270a99adcabf13

apps/slice_selection/optimizers/conductor/response_processor.py
test/apps/slice_selection/shared_solution_nsi_response.json

index 9b57092..a9bdad0 100644 (file)
@@ -67,6 +67,7 @@ def conductor_response_processor(overall_recommendations, nst_info_map, request_
                     nssi["NSSIName"] = nssi_info.get("NSSISolution").get("NSSIName")
                     nssi["UUID"] = ""
                     nssi["invariantUUID"] = ""
+                    nssi_info.get("sliceProfile").update({"domainType":"cn"})
                     nssi["sliceProfile"] = [nssi_info.get("sliceProfile")]
                     nssis.append(nssi)
 
index 46257dd..3e1ad9f 100644 (file)
@@ -20,7 +20,8 @@
                                 "expDataRateUL": 100,
                                 "latency": 20,
                                 "resourceSharingLevel": "0",
-                                "uEMobilityLevel": "stationary"
+                                "uEMobilityLevel": "stationary",
+                                "domainType" : "cn"
                             }
                         ]
                     },
@@ -36,7 +37,9 @@
                                 "expDataRateUL": 100,
                                 "latency": 15,
                                 "resourceSharingLevel": "0",
-                                "uEMobilityLevel": "stationary"
+                                "uEMobilityLevel": "stationary",
+                                 "domainType" : "cn"
+
                             }
                         ]
                     }