Aaron Hay | 5a7cb08 | 2017-08-21 19:09:35 +0000 | [diff] [blame] | 1 | *** Settings *** |
2 | Library Collections | ||||
3 | Library RequestsLibrary | ||||
4 | Library OperatingSystem | ||||
5 | Library json | ||||
6 | Library HttpLibrary.HTTP | ||||
7 | Library Selenium2Library | ||||
8 | Library XvfbRobot | ||||
9 | |||||
10 | |||||
11 | *** Test Cases *** | ||||
12 | Get 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 |