diff options
author | Brian Freeman <bf1936@att.com> | 2018-09-04 10:19:42 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-09-04 10:19:50 -0500 |
commit | 1d16cc3a3c38de445d667b1d25fc560b666aa2d1 (patch) | |
tree | 478cb20e80c80d09fd39e8dd2468b00719db98de | |
parent | a8383543f8ebc086eea258c4c92872e184713c19 (diff) |
Update APPC Password
Issue-ID: INT-645
Change-Id: I7fb6d1d7849ac236c7c88d794c6852dc700c14be
Signed-off-by: Brian Freeman <bf1936@att.com>
-rw-r--r-- | boot/robot/integration_robot_properties.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/robot/integration_robot_properties.py b/boot/robot/integration_robot_properties.py index 68b18deb..105b10ce 100644 --- a/boot/robot/integration_robot_properties.py +++ b/boot/robot/integration_robot_properties.py @@ -12,7 +12,7 @@ GLOBAL_APPC_SERVER_PROTOCOL = "http" GLOBAL_APPC_SERVER_PORT = "8282" GLOBAL_APPC_SERVER = "http://10.0.2.1:" GLOBAL_APPC_USERNAME = "admin" -GLOBAL_APPC_PASSWORD = "admin" +GLOBAL_APPC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" # sdc info - everything is from the private oam network (also called onap private network) GLOBAL_ASDC_SERVER_PROTOCOL = "http" GLOBAL_ASDC_FE_PORT = "8181" |