diff options
author | Mariusz Wagner <mariusz.wagner@nokia.com> | 2018-09-25 12:35:22 +0200 |
---|---|---|
committer | Mariusz Wagner <mariusz.wagner@nokia.com> | 2018-09-25 12:35:22 +0200 |
commit | 3a6ff9be81f284d23b0170231de9aa9591f7e59b (patch) | |
tree | b217e34b5d201c16de144543832e9ce099a02e1a /robot/resources/global_properties.robot | |
parent | c437d7f86df29d409ab3251309895e1c89df772c (diff) |
Healthcheck for PRH and HV-VES
It cover healthcheck requirments for issue INT-650 and INT-651
Issue-ID: INT-651
Change-Id: I19b90161c193a68e5e5d3f13d3cf2600bb8d8961
Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
Diffstat (limited to 'robot/resources/global_properties.robot')
-rw-r--r-- | robot/resources/global_properties.robot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/robot/resources/global_properties.robot b/robot/resources/global_properties.robot index 7d8db8e0..d2e62f8a 100644 --- a/robot/resources/global_properties.robot +++ b/robot/resources/global_properties.robot @@ -33,3 +33,8 @@ ${GLOBAL_AAI_ZONE_ID} nova1 ${GLOBAL_AAI_ZONE_NAME} nova ${GLOBAL_AAI_DESIGN_TYPE} integration ${GLOBAL_AAI_ZONE_CONTEXT} labs +${GLOBAL_HV_VES_HEALTH_SERVER_PORT} 6061 +${GLOBAL_DNS_VES_NAME} dcae-hv-ves-collector +${GLOBAL_DNS_PRH_NAME} dcae-prh +${GLOBAL_PRH_HEALTH_SERVER_PORT} 8100 +${GLOBAL_SERVER_PROTOCOL} http |