From 3fa8381f2a1e5f030ee1388466417817dda0fbe2 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Tue, 10 Mar 2020 14:27:09 +0100 Subject: Adapt Robot test for vnfsdk (move to HTTPS) Issue-ID: OJSI-154 Signed-off-by: mrichomme Change-Id: Ie04b69feeeb8723e400899abd1360c90ae505d4f Signed-off-by: mrichomme --- resources/config/eteshare/config/robot_properties.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/config/eteshare/config/robot_properties.py b/resources/config/eteshare/config/robot_properties.py index e88777e..fa52590 100644 --- a/resources/config/eteshare/config/robot_properties.py +++ b/resources/config/eteshare/config/robot_properties.py @@ -304,8 +304,8 @@ GLOBAL_VID_PASSWORD = '{{ .Values.vidPassword}}' GLOBAL_VID_HEALTH_USERNAME = '{{ .Values.vidHealthUsername }}' GLOBAL_VID_HEALTH_PASSWORD = '{{ .Values.vidHealthPassword }}' # vnfsdk info - everything is from the private oam network (also called onap private network) -GLOBAL_VNFSDK_SERVER_PROTOCOL = "http" -GLOBAL_VNFSDK_SERVER_PORT = "8702" +GLOBAL_VNFSDK_SERVER_PROTOCOL = "https" +GLOBAL_VNFSDK_SERVER_PORT = "8703" GLOBAL_DCAE_VES_PROTOCOL = "http" GLOBAL_DCAE_VES_SERVER_PORT = "8080" -- cgit 1.2.3-korg