summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-03-27 09:11:51 +0100
committermrichomme <morgan.richomme@orange.com>2020-03-27 09:11:51 +0100
commita8e1918a02156ecec86409948d400669c2e67bb7 (patch)
tree4fcc12f3fe8bd093ba076e538ac5ec6bc0c789e2
parent656326e3073f9f8fd4139bb1e585722d8025cb75 (diff)
Adapt CLI healthcheck test for HTTPS
CLI provided a new docker version fixing the security issue consisting in exposing HTTP public port The code of the associated healthcheck must be updated Issue-ID: INT-1501 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I0b66afa3d77be490ddf914d3a0cc3adae0636da0
-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 22bac78..0d73904 100644
--- a/resources/config/eteshare/config/robot_properties.py
+++ b/resources/config/eteshare/config/robot_properties.py
@@ -151,8 +151,8 @@ GLOBAL_CLAMP_SERVER_PORT = "8443"
GLOBAL_NBI_SERVER_PROTOCOL = "https"
GLOBAL_NBI_SERVER_PORT = "8443"
# cli info - everything is from the private oam network (also called onap private network)
-GLOBAL_CLI_SERVER_PROTOCOL = "http"
-GLOBAL_CLI_SERVER_PORT = "8080"
+GLOBAL_CLI_SERVER_PROTOCOL = "https"
+GLOBAL_CLI_SERVER_PORT = "8443"
# dcae info - everything is from the private oam network (also called onap private network)
GLOBAL_DCAE_SERVER_PROTOCOL = "http"
GLOBAL_DCAE_HEALTH_SERVER_PORT = "80"