summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreasgeissler <andreas-geissler@telekom.de>2019-08-15 12:50:10 +0200
committerandreasgeissler <andreas-geissler@telekom.de>2019-08-15 12:57:48 +0200
commit35ea1f0b10617c9b836dd9ab41410542e3db9232 (patch)
treea4bc010e1c0c3658bac27980111fd712ae21ac37
parent580d933f80ddaf3df373671abead40e8181da642 (diff)
Correction in added CDS entries (Gerrit: 93250)
GLOBAL_CCSDK_CDS_AUTHENTICATION uses wrong username/password variable names Issue-ID: TEST-193 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de> Change-Id: I108c510655b07e9d981af5cb894d75f0c358d0a7
-rw-r--r--resources/config/eteshare/config/robot_properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/config/eteshare/config/robot_properties.py b/resources/config/eteshare/config/robot_properties.py
index a8c14d8..3fb42e1 100644
--- a/resources/config/eteshare/config/robot_properties.py
+++ b/resources/config/eteshare/config/robot_properties.py
@@ -313,5 +313,5 @@ GLOBAL_CCSDK_CDS_SERVER_PROTOCOL = "http"
GLOBAL_CCSDK_CDS_HEALTH_SERVER_PORT = "8080"
GLOBAL_CCSDK_CDS_USERNAME = 'ccsdkapps'
GLOBAL_CCSDK_CDS_PASSWORD = 'ccsdkapps'
-GLOBAL_CCSDK_CDS_AUTHENTICATION = [GLOBAL_CDS_USERNAME, GLOBAL_CDS_PASSWORD]
+GLOBAL_CCSDK_CDS_AUTHENTICATION = [GLOBAL_CCSDK_CDS_USERNAME, GLOBAL_CCSDK_CDS_PASSWORD]