From 7a19b2ef27679a176d279345693c46c99aa1371f Mon Sep 17 00:00:00 2001 From: mrichomme Date: Sun, 22 Mar 2020 09:13:21 +0100 Subject: Adapt SNDC robot test for HTTPS Change has been done in sdnc to exclude HTTP port Healthcheck test must follow Issue-ID: SDNC-1120 Signed-off-by: mrichomme Change-Id: I3a88f20a67ca7d018155c5682224988407a86a8e --- resources/config/eteshare/config/robot_properties.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/config/eteshare/config/robot_properties.py b/resources/config/eteshare/config/robot_properties.py index fa52590..8aa4f59 100644 --- a/resources/config/eteshare/config/robot_properties.py +++ b/resources/config/eteshare/config/robot_properties.py @@ -286,8 +286,8 @@ GLOBAL_PORTAL_SERVER_PORT = "8989" GLOBAL_PORTAL_USERNAME = '{{ .Values.portalUsername }}' GLOBAL_PORTAL_PASSWORD = '{{ .Values.portalPassword }}' # sdnc info - everything is from the private oam network (also called onap private network) -GLOBAL_SDNC_SERVER_PROTOCOL = "http" -GLOBAL_SDNC_REST_PORT = "8282" +GLOBAL_SDNC_SERVER_PROTOCOL = "https" +GLOBAL_SDNC_REST_PORT = "8443" GLOBAL_SDNC_ADMIN_PORT = "8843" GLOBAL_SDNC_USERNAME = '{{ .Values.sdncUsername }}' GLOBAL_SDNC_PASSWORD = '{{ .Values.sdncPassword }}' @@ -327,4 +327,3 @@ GLOBAL_CCSDK_CDS_HEALTH_SERVER_PORT = "8080" GLOBAL_CCSDK_CDS_USERNAME = 'ccsdkapps' GLOBAL_CCSDK_CDS_PASSWORD = 'ccsdkapps' GLOBAL_CCSDK_CDS_AUTHENTICATION = [GLOBAL_CCSDK_CDS_USERNAME, GLOBAL_CCSDK_CDS_PASSWORD] - -- cgit 1.2.3-korg