diff options
author | Brian Freeman <bf1936@att.com> | 2018-08-28 10:00:30 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-08-28 10:00:40 -0500 |
commit | 34cdc2249d76d164fa03fe3e1d088cefe2a3f5dc (patch) | |
tree | 91c4911df3faa2d6f8cbd658ae96fe7ac921fa47 /boot/robot/integration_robot_properties.py | |
parent | 7929668517ccecdc0f030be41fcef76c0fe528d8 (diff) |
Updates for SO integration & sec_group
Issue-ID: INT-621
Change-Id: Iad87a8ce5cb0058a82e6b96c84c6e5411ce08b2f
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'boot/robot/integration_robot_properties.py')
-rw-r--r-- | boot/robot/integration_robot_properties.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boot/robot/integration_robot_properties.py b/boot/robot/integration_robot_properties.py index 5facd54f..68b18deb 100644 --- a/boot/robot/integration_robot_properties.py +++ b/boot/robot/integration_robot_properties.py @@ -59,10 +59,11 @@ GLOBAL_MSO_BPMN_SERVER_PORT = "8081" GLOBAL_MSO_CATDB_SERVER_PORT = "8082" GLOBAL_MSO_OPENSTACK_SERVER_PORT = "8087" GLOBAL_MSO_REQDB_SERVER_PORT = "8083" -GLOBAL_MSO_SDNC_SERVER_PORT = "8090" +GLOBAL_MSO_SDNC_SERVER_PORT = "8086" GLOBAL_MSO_VFC_SERVER_PORT = "8084" GLOBAL_MSO_USERNAME = "InfraPortalClient" +GLOBAL_MSO_CATDB_USERNAME = "bpel" GLOBAL_MSO_PASSWORD = "password1$" # music info - everything is from the private oam network (also called onap private network) GLOBAL_MUSIC_SERVER_PROTOCOL = "http" |