aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--robot/resources/dmaap/bc_interface.robot (renamed from robot/resources/bc_interface.robot)6
-rwxr-xr-xrobot/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