diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2021-11-24 12:00:45 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2021-12-13 17:01:24 +0000 |
commit | bae8d839893d1ce5c1e9dfa670fbe536520093a0 (patch) | |
tree | 02feb907365859d03498ee9db10cf517a05804d1 /robot/resources/bc_interface.robot | |
parent | 2a2c4c30c423a528e1969eaa8fb1176ba3250689 (diff) |
[ROBOT] ADD HTTPS based BULKPM test cases that use helm based componentsrefactoring
Add https server based test cases
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Issue-ID: INT-1895
Change-Id: I74f7102398a08e1629b50f510ef179d35c8761bd
Diffstat (limited to 'robot/resources/bc_interface.robot')
-rw-r--r-- | robot/resources/bc_interface.robot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/robot/resources/bc_interface.robot b/robot/resources/bc_interface.robot index 3d0ebc02..7d4c1fb1 100644 --- a/robot/resources/bc_interface.robot +++ b/robot/resources/bc_interface.robot @@ -25,3 +25,11 @@ Return dmaap details with basic auth Log Received response from bus controller ${resp.text} [Return] ${resp} +Delete MR topic + [Documentation] Runs Bus Controller to remove topic + [Arguments] ${data_path} + ${auth}= Create List ${GLOBAL_BC_USERNAME} ${GLOBAL_BC_PASSWORD} + ${session}= Create Session bs ${BC_HTTPS_ENDPOINT} auth=${auth} + ${resp}= Delete Request bs ${data_path} + Log Received response from bus controller ${resp.status_code} + [Return] ${resp}
\ No newline at end of file |