diff options
Diffstat (limited to 'robot/resources/consul_interface.robot')
-rw-r--r-- | robot/resources/consul_interface.robot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/robot/resources/consul_interface.robot b/robot/resources/consul_interface.robot index 5b6f948f..ca0244b7 100644 --- a/robot/resources/consul_interface.robot +++ b/robot/resources/consul_interface.robot @@ -6,7 +6,9 @@ Library String Resource global_properties.robot *** Variables *** -${CONSUL_ENDPOINT} http://consul.onap:8500 +${CONSUL_ENDPOINT} http://consul-server-ui:8500 +#${CONSUL_ENDPOINT} ${GLOBAL_CONSUL_SERVER_PROTOCOL}://${GLOBAL_CONSUL_SERVER_NAME}:${GLOBAL_CONSUL_SERVER_PORT} + *** Keywords *** |