diff options
author | andreasgeissler <andreas-geissler@telekom.de> | 2019-08-15 12:50:10 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2019-08-15 14:20:26 +0000 |
commit | 11fd296aa2aab54fc40fd11e4839d61ee753fa9b (patch) | |
tree | d44c115a31a6a82d85b3e17435ff5019d8e69c24 | |
parent | 0607ec18c1cf7c598865880d5f96c950f651bc72 (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
(cherry picked from commit 35ea1f0b10617c9b836dd9ab41410542e3db9232)
-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] |