diff options
author | Hany Abdelbaki <habdelbaki.ext@orange.com> | 2020-07-14 15:27:06 +0200 |
---|---|---|
committer | Hany Abdelbaki <habdelbaki.ext@orange.com> | 2020-07-14 17:29:05 +0200 |
commit | 068514942a7af8ddfabd55697a67a8d27f799af8 (patch) | |
tree | 99fc9d2550dbd32bf510c2f1289d258279f5bacd | |
parent | 44a38a594677ca38c4eea288908ebf503ad91b4e (diff) |
run cds bootstrap before vlb_cds instantiation
Issue-ID: TEST-248
Signed-off-by: Hany Abdelbaki <habdelbaki.ext@orange.com>
Change-Id: Iaef0445548f3d6b97a15c00399382eedd332643d
-rw-r--r-- | resources/config/eteshare/config/robot_properties.py | 2 |
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 3270b42..adae584 100644 --- a/resources/config/eteshare/config/robot_properties.py +++ b/resources/config/eteshare/config/robot_properties.py @@ -336,3 +336,5 @@ GLOBAL_CCSDK_CDS_HEALTH_SERVER_PORT = "8080" GLOBAL_CCSDK_CDS_USERNAME = 'ccsdkapps' GLOBAL_CCSDK_CDS_PASSWORD = 'ccsdkapps' GLOBAL_CCSDK_CDS_AUTHENTICATION = [GLOBAL_CCSDK_CDS_USERNAME, GLOBAL_CCSDK_CDS_PASSWORD] +GLOBAL_CDS_AUTH = "Y2NzZGthcHBzOmNjc2RrYXBwcw==" + |