aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/appc/healthcheck/test1.robot
blob: e43c80761cdbd6bbf87558bb1326cc77a83c28ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*** Settings ***
Library     Collections
Library     RequestsLibrary
Library     OperatingSystem
Library     json
Library     HttpLibrary.HTTP
Library     Selenium2Library
Library     XvfbRobot


*** Test Cases ***
Get Requests health check ok
    CreateSession   appc  http://localhost:8282
    ${resp}=    Get Request    appc   /restconf/operations/SLI-API:healthcheck
    Should Be Equal As Strings  ${resp.status_code}     200