From 8ced0b365d73ad1f5f544e824e4437d7d17224b2 Mon Sep 17 00:00:00 2001 From: vv770d Date: Mon, 25 Jul 2022 16:00:59 +0000 Subject: [ROBOT] Remove 5Gbulkpm references to topic deletion Update from patch https://gerrit.onap.org/r/c/testsuite/+/129677 Change-Id: I39c3f3cfc44fd324171499ad8c8f9811b5ed9615 Signed-off-by: vv770d Issue-ID: INT-2121 --- robot/resources/usecases/5gbulkpm_helm_interface.robot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/robot/resources/usecases/5gbulkpm_helm_interface.robot b/robot/resources/usecases/5gbulkpm_helm_interface.robot index 0937c5ac..dd4fd177 100644 --- a/robot/resources/usecases/5gbulkpm_helm_interface.robot +++ b/robot/resources/usecases/5gbulkpm_helm_interface.robot @@ -77,7 +77,6 @@ Topic Validate Send File Ready Event to VES Collector and Deploy all DCAE Applications [Arguments] ${pm_file} ${file_format_type} ${file_format_version} Disable Warnings - Delete PERFORMANCE_MEASUREMENTS topic Setting Global Variables Send File Ready Event to VES Collector ${pm_file} ${file_format_type} ${file_format_version} Add chart repository chart-museum http://chart-museum:80 onapinitializer demo123456! @@ -297,4 +296,4 @@ Upload PM Files to xNF HTTPS Server ${session}= Create Session https http://${https_server}:80 auth=${auth} ${resp}= Post Request https /upload.php files=${fileParts} Should Be Equal As Strings ${resp.status_code} 200 - [Return] ${pm_file} \ No newline at end of file + [Return] ${pm_file} -- cgit 1.2.3-korg