diff options
author | Jerry Flood <jflood@att.com> | 2019-04-23 16:16:34 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2019-04-24 06:37:15 -0400 |
commit | cb8d238bf57c2723fac484a0f7c1dc77428a65c0 (patch) | |
tree | 42f9736406df7acbfde6449d3cc1960157cc05ee /cmso-robot/robot/assets | |
parent | 990a5833020c8b01f059c7e5f6405c0076eeed05 (diff) |
Remove dead code, add robot tests
Issue-ID: OPTFRA-474
Change-Id: I409f3c16d287419357d07487032ceee8eda8cf94
Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-robot/robot/assets')
-rw-r--r-- | cmso-robot/robot/assets/test_properties.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmso-robot/robot/assets/test_properties.py b/cmso-robot/robot/assets/test_properties.py index 38840ac..99e92e3 100644 --- a/cmso-robot/robot/assets/test_properties.py +++ b/cmso-robot/robot/assets/test_properties.py @@ -11,6 +11,14 @@ GLOBAL_OPTIMIZER_URL = "http://127.0.0.1:7997" GLOBAL_OPTIMIZER_USER = "oof@oof.onap.org" GLOBAL_OPTIMIZER_PASSWORD = "demo123456!" +GLOBAL_TICKET_MGT_URL = "http://127.0.0.1:7999" +GLOBAL_TICKET_MGT_USER = "oof@oof.onap.org" +GLOBAL_TICKET_MGT_PASSWORD = "demo123456!" + +GLOBAL_TOPOLOGY_URL = "http://127.0.0.1:7998" +GLOBAL_TOPOLOGY_USER = "oof@oof.onap.org" +GLOBAL_TOPOLOGY_PASSWORD = "demo123456!" + GLOBAL_CALLBACK_USERID = "onap-user" GLOBAL_CALLBACK_PASSWORD = "onap-user" |