diff options
Diffstat (limited to 'robot')
-rw-r--r-- | robot/resources/usecases/5gbulkpm_helm_interface.robot | 3 |
1 files changed, 1 insertions, 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} |