diff options
author | mrichomme <morgan.richomme@orange.com> | 2019-05-14 09:45:12 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2019-05-14 09:45:12 +0200 |
commit | 45fc5393021123438867d5c79382886e742e55e7 (patch) | |
tree | 285f0a4d2117569ccfe35cc1c5aa30cdefae55ba /robot | |
parent | 8a1d211d420f3f56740370718ac1773a4b275a5e (diff) |
Update NBI API version for Dublin in robot test
Issue-ID: EXTAPI-241
Depends-On: I08269f126c5c2fbf9aa38a2c07f34a05c9caeeac
Change-Id: Id154fc0db655c301c0c9abbdc90d21d2af514288
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to '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 ab0f571e..7531be78 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/v3/status +${NBI_HEALTH_CHECK_PATH} /nbi/api/v4/status ${NBI_ENDPOINT} ${GLOBAL_NBI_SERVER_PROTOCOL}://${GLOBAL_INJECTED_NBI_IP_ADDR}:${GLOBAL_NBI_SERVER_PORT} |