1072712ec19b0d500a7958c7f514e41d221987d4
[integration/test.git] / csit / suites / alto / basic / 010_resourcepool.robot
1 *** Settings ***
2 Documentation     Test suite for resourcepool
3 Suite Setup       Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
4 Suite Teardown    Delete All Sessions
5 Library           RequestsLibrary
6 Variables         ../../../variables/Variables.py
7 Variables         ../../../variables/alto/Variables.py
8
9 *** Variables ***
10
11 *** Test Cases ***
12 Check the resource pool status
13     [Documentation]    If default resource pool is ready, the resource pool has loaded sucessfully
14     ${resp}    RequestsLibrary.Get Request    session    /${RESOURCE_POOL_BASE}/${DEFAULT_CONTEXT_ID}
15     Should Be Equal As Strings    ${resp.status_code}    200