summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSonsino, Ofir (os0695) <os0695@intl.att.com>2018-04-09 14:15:05 +0300
committerSonsino, Ofir (os0695) <os0695@intl.att.com>2018-04-09 14:15:05 +0300
commit36a5fb0c5fcf091862818759577146b6ea28a894 (patch)
treefb9d2ffc0f07b4b291c24656053389e5678b08ef
parentb568e5e0b2000a656f3ba39f49cfc18c51ad989c (diff)
Fix VID healthcheck
Change-Id: Icc7a551a3a142672b3a4f1c28c6cba536798ecb5 Issue-ID: VID-206 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
-rw-r--r--robot/resources/vid/vid_interface.robot4
1 files changed, 2 insertions, 2 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