aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/externalapi-nbi/healthcheck/healthcheck.robot
diff options
context:
space:
mode:
authorQuoc-Nghia Nguyen <quocnghia.nguyen@orange.com>2018-09-20 17:58:16 +0200
committerQuoc-Nghia Nguyen <quocnghia.nguyen@orange.com>2018-09-20 17:58:16 +0200
commit7df359505604e20c17a81211607e254f3d0a6643 (patch)
tree0e7a39db0e0c74cd5b141eb99a9eb09448565de1 /test/csit/tests/externalapi-nbi/healthcheck/healthcheck.robot
parent007339e9bebff7f8974b6d9b9d56260a1470b8b9 (diff)
update for v3, in conjunction with EXTAPI-152
Change-Id: I031bda35548eeadd0d698f87db48d04d0a847c05 Issue-ID: EXTAPI-147 Signed-off-by: Quoc-Nghia Nguyen <quocnghia.nguyen@orange.com>
Diffstat (limited to 'test/csit/tests/externalapi-nbi/healthcheck/healthcheck.robot')
-rw-r--r--test/csit/tests/externalapi-nbi/healthcheck/healthcheck.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/tests/externalapi-nbi/healthcheck/healthcheck.robot b/test/csit/tests/externalapi-nbi/healthcheck/healthcheck.robot
index 21c084894..6c3ec2961 100644
--- a/test/csit/tests/externalapi-nbi/healthcheck/healthcheck.robot
+++ b/test/csit/tests/externalapi-nbi/healthcheck/healthcheck.robot
@@ -7,7 +7,7 @@ Library Collections
${GLOBAL_NBI_SERVER_PROTOCOL} http
${GLOBAL_INJECTED_NBI_IP_ADDR} localhost
${GLOBAL_NBI_SERVER_PORT} 8080
-${NBI_HEALTH_CHECK_PATH} /nbi/api/v1/status
+${NBI_HEALTH_CHECK_PATH} /nbi/api/v3/status
${NBI_ENDPOINT} ${GLOBAL_NBI_SERVER_PROTOCOL}://${GLOBAL_INJECTED_NBI_IP_ADDR}:${GLOBAL_NBI_SERVER_PORT}
*** Test Cases ***