summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaihlavi <l.kaihlavirt@partner.samsung.com>2019-08-06 17:22:58 +0300
committerkaihlavi <l.kaihlavirt@partner.samsung.com>2019-08-06 17:22:58 +0300
commit9dba0521c046f50d9744e7e2318e0cdce51c6345 (patch)
tree29e605ea67847371bf4422fae06ed04c818dd81e
parent8d68afdffe08d321e433ce0355be6f7a15940143 (diff)
Add address and port for sdc-dcae-be
Add sdc-dcae-be endpoint information to enable integration tests towards SDC-DCAE-DS Issue-ID: SDC-2480 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I3bd99b4f0dbc33746524bf074409cf0e8ef46890
-rw-r--r--resources/config/eteshare/config/robot_properties.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/config/eteshare/config/robot_properties.py b/resources/config/eteshare/config/robot_properties.py
index 38d9c68..736c9d3 100644
--- a/resources/config/eteshare/config/robot_properties.py
+++ b/resources/config/eteshare/config/robot_properties.py
@@ -96,6 +96,7 @@ GLOBAL_INJECTED_SCRIPT_VERSION = '{{ .Values.scriptVersion }}'
GLOBAL_INJECTED_SDC_BE_IP_ADDR = 'sdc-be.{{include "common.namespace" .}}'
GLOBAL_INJECTED_SDC_BE_ONBOARD_IP_ADDR = 'sdc-onboarding-be.{{include "common.namespace" .}}'
GLOBAL_INJECTED_SDC_FE_IP_ADDR = 'sdc-fe.{{include "common.namespace" .}}'
+GLOBAL_INJECTED_SDC_DCAE_BE_IP_ADDR = 'sdc-dcae-be.{{include "common.namespace" .}}'
GLOBAL_INJECTED_SDC_IP_ADDR = 'N/A'
GLOBAL_INJECTED_SDNC_IP_ADDR = 'sdnc.{{include "common.namespace" .}}'
GLOBAL_INJECTED_SDNC_PORTAL_IP_ADDR = 'sdnc-portal.{{include "common.namespace" .}}'
@@ -141,6 +142,7 @@ GLOBAL_SDC_SERVER_PROTOCOL = "http"
GLOBAL_SDC_FE_PORT = "8181"
GLOBAL_SDC_BE_PORT = "8080"
GLOBAL_SDC_BE_ONBOARD_PORT = "8081"
+GLOBAL_SDC_DCAE_BE_PORT = "8082"
GLOBAL_SDC_USERNAME = "beep"
GLOBAL_SDC_PASSWORD = "boop"
GLOBAL_SDC_AUTHENTICATION = [GLOBAL_SDC_USERNAME, GLOBAL_SDC_PASSWORD]