diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-04-03 15:14:12 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-04-03 15:14:12 +0200 |
commit | 021a5ae19631c3e8e641c497ebd2783538d29c3e (patch) | |
tree | 0ac41f48da7f087d034e45ed54c0d61f656f3e70 /robot/resources/nbi_interface.robot | |
parent | 1592b0854a5552091afcb12564bc891e6e8e8a5f (diff) |
Add full status for nbi healthcheck
Issue-ID: EXTAPI-341
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ifef1be56d9d388ef0847426925c09db71d5ca40e
Diffstat (limited to 'robot/resources/nbi_interface.robot')
-rw-r--r-- | robot/resources/nbi_interface.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/nbi_interface.robot b/robot/resources/nbi_interface.robot index 7531be78..c05e4c7c 100644 --- a/robot/resources/nbi_interface.robot +++ b/robot/resources/nbi_interface.robot @@ -6,7 +6,7 @@ Library Collections Resource global_properties.robot *** Variables *** -${NBI_HEALTH_CHECK_PATH} /nbi/api/v4/status +${NBI_HEALTH_CHECK_PATH} /nbi/api/v4/status?fullStatus=true ${NBI_ENDPOINT} ${GLOBAL_NBI_SERVER_PROTOCOL}://${GLOBAL_INJECTED_NBI_IP_ADDR}:${GLOBAL_NBI_SERVER_PORT} |