diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-09-12 07:53:41 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2018-09-12 07:59:28 -0500 |
commit | 21722908719d0e0051d63bfb28af7b69b2008614 (patch) | |
tree | 017cb0ed0e60fbe1ff5fdbfaef94d74a1e845854 /boot/robot/integration_robot_properties.py | |
parent | 6b32d6b801b38e1e5862406c678324ff1c1956b8 (diff) |
use https for robot framework and vfw script
Change-Id: I3a41f8ce087c63279b5d324d485d335f6d6cdc69
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Issue-ID: POLICY-1112
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'boot/robot/integration_robot_properties.py')
-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 105b10ce..a548ab52 100644 --- a/boot/robot/integration_robot_properties.py +++ b/boot/robot/integration_robot_properties.py @@ -81,7 +81,7 @@ GLOBAL_PACKET_GENERATOR_USERNAME = "admin" GLOBAL_PACKET_GENERATOR_PASSWORD = "admin" GLOBAL_PGN_PORT = "2831" # policy info - everything is from the private oam network (also called onap private network) -GLOBAL_POLICY_SERVER_PROTOCOL = "http" +GLOBAL_POLICY_SERVER_PROTOCOL = "https" GLOBAL_POLICY_SERVER_PORT = "8081" GLOBAL_POLICY_HEALTHCHECK_PORT = "6969" GLOBAL_POLICY_AUTH = "dGVzdHBkcDphbHBoYTEyMw==" |