aboutsummaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2018-09-12 13:21:02 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-12 13:21:02 +0000
commitf1069d8f9de22aded36ee82ac3edb92271b36e0b (patch)
treee46a31b731529f54443ab929b0a58c0daf0de36a /boot
parente1d28f65310a362b3458c1dccee2524edd3efeb5 (diff)
parent21722908719d0e0051d63bfb28af7b69b2008614 (diff)
Merge "use https for robot framework and vfw script"
Diffstat (limited to 'boot')
-rw-r--r--boot/robot/integration_robot_properties.py2
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=="