diff options
author | andreasgeissler <andreas-geissler@telekom.de> | 2019-08-15 12:50:10 +0200 |
---|---|---|
committer | andreasgeissler <andreas-geissler@telekom.de> | 2019-08-15 12:57:48 +0200 |
commit | 35ea1f0b10617c9b836dd9ab41410542e3db9232 (patch) | |
tree | a4bc010e1c0c3658bac27980111fd712ae21ac37 /resources/config | |
parent | 580d933f80ddaf3df373671abead40e8181da642 (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
Diffstat (limited to 'resources/config')
-rw-r--r-- | resources/config/eteshare/config/robot_properties.py | 2 |
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] |