diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-12-21 08:56:10 +0000 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-01-31 16:25:13 +0000 |
commit | 723a2af2407651d5176984321a462bfd8ede2c11 (patch) | |
tree | dec50cc42bf1c3ebe7ee7f6e4ceaadeb17c5f303 | |
parent | 99507033a51c4dfbabc6372c29f43300947be5d6 (diff) |
[DMAAP] Fix dmaap interface endpoints
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I6ed81e4eebdeb4825926a3552b5dec2cd50129f2
Issue-ID: DMAAP-1573
-rw-r--r-- | robot/resources/dmaap/bc_interface.robot (renamed from robot/resources/bc_interface.robot) | 6 | ||||
-rwxr-xr-x | robot/resources/dmaap/dr_interface.robot (renamed from robot/resources/dr_interface.robot) | 0 | ||||
-rw-r--r-- | robot/resources/dmaap/mr_interface.robot (renamed from robot/resources/mr_interface.robot) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/robot/resources/bc_interface.robot b/robot/resources/dmaap/bc_interface.robot index 7d4c1fb1..b57c67d5 100644 --- a/robot/resources/bc_interface.robot +++ b/robot/resources/dmaap/bc_interface.robot @@ -6,7 +6,7 @@ Resource global_properties.robot *** Variables *** ${BC_HEALTH_CHECK_PATH} /webapi/dmaap -${BC_HTTPS_ENDPOINT} https://${GLOBAL_INJECTED_BC_IP_ADDR}:${GLOBAL_BC_HTTPS_SERVER_PORT} +${DMAAP_BC_ENDPOINT} ${GLOBAL_BC_SERVER_PROTOCOL}://${GLOBAL_INJECTED_BC_IP_ADDR}:${GLOBAL_BC_HTTPS_SERVER_PORT} *** Keywords *** @@ -20,7 +20,7 @@ Return dmaap details with basic auth [Documentation] Runs Bus Controller get details request with basic authentication [Arguments] ${data_path} ${auth}= Create List ${GLOBAL_BC_USERNAME} ${GLOBAL_BC_PASSWORD} - ${session}= Create Session bs ${BC_HTTPS_ENDPOINT} auth=${auth} + ${session}= Create Session bs ${DMAAP_BC_ENDPOINT} auth=${auth} ${resp}= Get Request bs ${data_path} Log Received response from bus controller ${resp.text} [Return] ${resp} @@ -29,7 +29,7 @@ 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} + ${session}= Create Session bs ${DMAAP_BC_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 diff --git a/robot/resources/dr_interface.robot b/robot/resources/dmaap/dr_interface.robot index b368ce94..b368ce94 100755 --- a/robot/resources/dr_interface.robot +++ b/robot/resources/dmaap/dr_interface.robot diff --git a/robot/resources/mr_interface.robot b/robot/resources/dmaap/mr_interface.robot index f4c57cd2..f4c57cd2 100644 --- a/robot/resources/mr_interface.robot +++ b/robot/resources/dmaap/mr_interface.robot |