aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--robot/resources/vid/vid_interface.robot4
-rw-r--r--robot/testsuites/health-check.robot4
2 files changed, 4 insertions, 4 deletions
diff --git a/robot/resources/vid/vid_interface.robot b/robot/resources/vid/vid_interface.robot
index d8bd5536..ec017577 100644
--- a/robot/resources/vid/vid_interface.robot
+++ b/robot/resources/vid/vid_interface.robot
@@ -12,7 +12,7 @@ Resource ../browser_setup.robot
${VID_ENV} /vid
${VID_ENDPOINT} ${GLOBAL_VID_SERVER_PROTOCOL}://${GLOBAL_INJECTED_VID_IP_ADDR}:${GLOBAL_VID_SERVER_PORT}
${VID_LOGIN_URL} ${VID_ENDPOINT}${VID_ENV}/login.htm
-${VID_HEALTHCHECK_PATH} ${VID_ENV}/api/v2/users
+${VID_HEALTHCHECK_PATH} ${VID_ENV}/healthCheck
${VID_HOME_URL} ${VID_ENDPOINT}${VID_ENV}/welcome.htm
${VID_SERVICE_MODELS_URL} ${VID_ENDPOINT}${VID_ENV}/serviceModels.htm#/models/services
@@ -21,7 +21,7 @@ Run VID Health Check
[Documentation] Logs in to VID GUI
${resp}= Run VID Get Request ${VID_HEALTHCHECK_PATH}
Should Be Equal As Strings ${resp.status_code} 200
- Should Be String ${resp.json()[0]['loginId']}
+ Should Be String ${resp.json()['message']}
Run VID Get Request
[Documentation] Runs an VID get request
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot
index e25cd551..44b71e7b 100644
--- a/robot/testsuites/health-check.robot
+++ b/robot/testsuites/health-check.robot
@@ -141,9 +141,9 @@ ztesdncdriver API Health Check
[Tags] health 3rdparty
Run MSB Get Request /api/ztesdncdriver/v1/swagger.json
-ztevmanagerdriver API Health Check
+ztevnfmdriver API Health Check
[Tags] health 3rdparty
- Run MSB Get Request /api/ztevmanagerdriver/v1/swagger.json
+ Run MSB Get Request /api/ztevnfmdriver/v1/swagger.json
Health Distribution Test
[Tags] healthdist