diff options
author | mrichomme <morgan.richomme@orange.com> | 2019-05-14 09:45:12 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2019-05-14 16:33:10 +0000 |
commit | 8016e645368c4676fba30d997dbefe87e14f9dca (patch) | |
tree | e30b5743231392244616f8cf02daa7beec8d340b /robot | |
parent | e4549fdc1cd504fd483b4266f3f638655e0cf9a7 (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>
(cherry picked from commit 45fc5393021123438867d5c79382886e742e55e7)
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 9d5313de..d38f0fc6 100644 --- a/robot/resources/nbi_interface.robot +++ b/robot/resources/nbi_interface.robot @@ -5,7 +5,7 @@ Library RequestsLibrary 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} |