summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-03-10 14:27:09 +0100
committermrichomme <morgan.richomme@orange.com>2020-03-10 14:28:19 +0100
commit3fa8381f2a1e5f030ee1388466417817dda0fbe2 (patch)
treec99531cc3dc3c300e6ffd3427ee8a8d05711efe9
parentc854b484ebbd5e0c1be1e6a032a79beeb4cab6ff (diff)
Adapt Robot test for vnfsdk (move to HTTPS)
Issue-ID: OJSI-154 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ie04b69feeeb8723e400899abd1360c90ae505d4f Signed-off-by: mrichomme <morgan.richomme@orange.com>
-rw-r--r--resources/config/eteshare/config/robot_properties.py4
1 files 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"