From 9cd6c09ad9a63bb3c1b76be4b1f98fb7db0ec927 Mon Sep 17 00:00:00 2001 From: Krzysztof Kuzmicki Date: Fri, 24 Jun 2022 13:54:39 +0200 Subject: [ROBOT] Remove 5Gbulkpm references to authenticated PM topic Remove 5Gbulkpm references to authenticated PM topic Signed-off-by: Michal Jagiello Signed-off-by: Krzysztof Kuzmicki Issue-ID: INT-2121 Change-Id: Ibbb235aba38bd46ac20796e63160e49f0bf65987 --- robot/resources/usecases/5gbulkpm_helm_interface.robot | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'robot/resources') diff --git a/robot/resources/usecases/5gbulkpm_helm_interface.robot b/robot/resources/usecases/5gbulkpm_helm_interface.robot index 35ed566e..0937c5ac 100644 --- a/robot/resources/usecases/5gbulkpm_helm_interface.robot +++ b/robot/resources/usecases/5gbulkpm_helm_interface.robot @@ -91,7 +91,6 @@ Send File Ready Event to VES Collector and Deploy all DCAE Applications Deploying HTTPS server with correct certificates Log To Console Deploying HTTPS Server with wrong subject alternatives in CMPv2 certificates as xNF Deploying HTTPS server with wrong certificates - wrong SAN-s - Checking PERFORMANCE_MEASUREMENTS Topic In Message Router DR Bulk PM Feed Check DR PM Mapper Subscriber Check @@ -105,9 +104,6 @@ Usecase Teardown Uninstall helm charts ${ONAP_HELM_RELEASE}-pm-https-server-correct-sans Uninstall helm charts ${ONAP_HELM_RELEASE}-pm-https-server-wrong-sans -Delete PERFORMANCE_MEASUREMENTS topic - ${resp}= Delete MR topic /webapi/topics/org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS - Setting Global Variables ${test_variables} = Create Dictionary Set To Dictionary ${test_variables} FILE_FORMAT_TYPE=org.3GPP.32.435#measCollec @@ -196,19 +192,6 @@ Deploying HTTPS server with wrong certificates - wrong SAN-s ${override} = Set Variable --set fullnameOverride=${name} --set nameOverride=${name} --set certificates.name=${name} --set certificates.commonName=wrong-sans-1 --set certificates.dnsNames={wrong-sans-2} --debug Install helm charts from folder ${HTTPS_SERVER_HELM_CHARTS} ${name} set_values_override=${override} -Checking PERFORMANCE_MEASUREMENTS Topic In Message Router - ${headers}= Create Dictionary content-type=application/json - ${subdata}= OperatingSystem.Get File ${PMMAPPER_SUB_ROLE_DATA} - ${session}= Create Session dmaapbc ${DMAAP_BC_SERVER} - ${resp}= Post Request dmaapbc ${DMAAP_BC_MR_CLIENT_PATH} data=${subdata} headers=${headers} - Wait Until Keyword Succeeds 5 minute 5 sec Topic Validate success - ${resp}= Run MR Get Request ${MR_TOPIC_CHECK_PATH} - Should Be Equal As Strings ${resp.status_code} 200 - ${topics}= Set Variable ${resp.json().get('topics')} - List Should Contain Value ${topics} org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS - ${resp}= Run MR Auth Get Request ${MR_TOPIC_URL_PATH} ${GLOBAL_DCAE_USERNAME} ${GLOBAL_DCAE_PASSWORD} - Should Be Equal As Strings ${resp.status_code} 200 - DR Bulk PM Feed Check ${resp}= Run DR Get Request ${DR_SUB_CHECK_PATH} Should Contain ${resp.text} bulk_pm_feed -- cgit 1.2.3-korg