aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Rose <dr695h@att.com>2019-05-14 13:46:40 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-14 13:46:40 +0000
commita9107a734e443c257a114812fb830a3628808efb (patch)
tree87bc56c820421b7f91bf2559e691c9b69fc0aaa4
parentf98989070912d26bbfe028b492391f9bf0a168c3 (diff)
parent45fc5393021123438867d5c79382886e742e55e7 (diff)
Merge "Update NBI API version for Dublin in robot test"
-rw-r--r--robot/resources/nbi_interface.robot2
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}