blob: e43c80761cdbd6bbf87558bb1326cc77a83c28ae [file] [log] [blame]
Aaron Hay5a7cb082017-08-21 19:09:35 +00001*** Settings ***
2Library Collections
3Library RequestsLibrary
4Library OperatingSystem
5Library json
6Library HttpLibrary.HTTP
7Library Selenium2Library
8Library XvfbRobot
9
10
11*** Test Cases ***
12Get Requests health check ok
13 CreateSession appc http://localhost:8282
14 ${resp}= Get Request appc /restconf/operations/SLI-API:healthcheck
15 Should Be Equal As Strings ${resp.status_code} 200