Fixes [INT-153] deploymentManager name should not be a static value 'kubernetes'... 10/13910/1
authorAlberto Losada <alosadag@redhat.com>
Thu, 19 Dec 2024 10:30:55 +0000 (11:30 +0100)
committerAlberto Losada <alosadag@redhat.com>
Thu, 19 Dec 2024 10:30:55 +0000 (11:30 +0100)
Change-Id: Iacc157bcdaeba022ead66b27c6b2e4024849783b
Signed-off-by: Alberto Losada <alosadag@redhat.com>
test_scripts/O2IMS_Compliance_Test/o2ims_compliance/7.3.10_SMO_succeeds_to_get_O2dms_(in_Kubernetes_native_API_Profile)_access_information.robot
test_scripts/O2IMS_Compliance_Test/test_configs.yaml

index 183d9f3..0297919 100644 (file)
@@ -15,7 +15,7 @@ ${globalLocationId}         ${ocloud.oran_o2_app.g_location_id}
 
 ${ORAN_O2IMS_ENDPOINT}  ${ocloud.oran_o2_app.api.protocol}://${ORAN_HOST_EXTERNAL_IP}:${ORAN_SERVICE_NODE_PORT}
 
-${deploymentManagerName}    kubernetes
+${deploymentManagerName}    ${ocloud.oran_o2_app.deploymentmanager_name}
 
 *** Test Cases ***
 s1, query deploymentManager list without filter
index 166ffda..99f2a78 100644 (file)
@@ -11,6 +11,7 @@ ocloud:
     g_location_id: testlocation_1\r
     g_ocloud_id: 18f2dc90-b375-47dd-b8dc-ae80072e6cdb\r
     smo_token_data: put_smo_token_data_here\r
+    deploymentmanager_name: put_deploymentmanager_name_here\r
     api:\r
       host: 192.168.112.15\r
       node_port: 30205\r