summaryrefslogtreecommitdiffstats
path: root/cmso-robot/robot/assets/test_properties.py
diff options
context:
space:
mode:
authorShankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com>2019-03-20 13:54:15 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-20 13:54:15 +0000
commite56f447b36a3e320d8ecfa2af800ad99443b6d55 (patch)
treec44f67c35dd90c66e078ea0aac13ca2b03dddaf5 /cmso-robot/robot/assets/test_properties.py
parentc21f6b33b7faa83bec512c6f1fb047e6fd961c9a (diff)
parent40ca157ce955a0ee4975b0d41bf5807c0f9a3808 (diff)
Merge "Upgrade robot to Python37"
Diffstat (limited to 'cmso-robot/robot/assets/test_properties.py')
-rw-r--r--cmso-robot/robot/assets/test_properties.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmso-robot/robot/assets/test_properties.py b/cmso-robot/robot/assets/test_properties.py
index 9afd43d..bced8ba 100644
--- a/cmso-robot/robot/assets/test_properties.py
+++ b/cmso-robot/robot/assets/test_properties.py
@@ -4,8 +4,8 @@ from os.path import isfile, join
# Should be provided in Jenkins job
GLOBAL_SCHEDULER_URL = "http://127.0.0.1:8080"
-GLOBAL_SCHEDULER_USER = "onap-user"
-GLOBAL_SCHEDULER_PASSWORD = "pwd"
+GLOBAL_SCHEDULER_USER = "oof@oof.onap.org"
+GLOBAL_SCHEDULER_PASSWORD = "demo123456!"
GLOBAL_CALLBACK_USERID = "onap-user"
GLOBAL_CALLBACK_PASSWORD = "onap-user"