diff options
author | Brian Freeman <bf1936@att.com> | 2019-12-06 12:49:23 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-12-06 12:49:32 -0500 |
commit | 01bdd4686ea4d7f9afd6718b4ee30a29956bfc41 (patch) | |
tree | c02896d241f90ce52c575dee8585c02df2bb05a4 /robot/resources/vid | |
parent | 026df1b5db881b1fa5af704fc1a8a6f16b1c664c (diff) |
Extend VID Healthcheck
Add a test to login to VID and see homepage
to test that vid database connection works
Issue-ID: VID-725
Change-Id: I8fc73121f392a8c42602fb498bf0939fa18c8b2f
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/vid')
-rw-r--r-- | robot/resources/vid/vid_interface.robot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robot/resources/vid/vid_interface.robot b/robot/resources/vid/vid_interface.robot index a9294c33..58ba0e56 100644 --- a/robot/resources/vid/vid_interface.robot +++ b/robot/resources/vid/vid_interface.robot @@ -22,6 +22,8 @@ Run VID Health Check ${resp}= Run VID Get Request ${VID_HEALTHCHECK_PATH} Should Be Equal As Strings ${resp.status_code} 200 Should Be String ${resp.json()['detailedMsg']} + Login To VID GUI + Go To VID HOME Run VID Get Request [Documentation] Runs an VID get request |