diff options
author | Daniel Rose <dr695h@att.com> | 2019-05-14 13:46:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-14 13:46:40 +0000 |
commit | a9107a734e443c257a114812fb830a3628808efb (patch) | |
tree | 87bc56c820421b7f91bf2559e691c9b69fc0aaa4 /robot/resources | |
parent | f98989070912d26bbfe028b492391f9bf0a168c3 (diff) | |
parent | 45fc5393021123438867d5c79382886e742e55e7 (diff) |
Merge "Update NBI API version for Dublin in robot test"
Diffstat (limited to 'robot/resources')
-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} |