aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/multicloud-pike/provision/hpa_multicloud.robot
blob: f96b542b3d6fbfee4adeed0ab31f8be2c9b49aae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*** settings ***
Library     Collections
Library     RequestsLibrary

*** Variables ***
@{return_ok_list}=      200  201  202
${queryregistration_url}  /api/multicloud-pike/v0/CloudOwner_RegionOne/registry


*** Test Cases ***
OcataRegistryTest
    [Documentation]   Register openstack cloud resources
    ${headers}        Create Dictionary Content-Type=application/json   Accept=application/json
    Create Session    web_session   http://${SERVICE_IP}:${SERVICE_PORT}  headers=${headers}
    ${resp}=      Post Request    web_session       ${queryregistration_url}
    ${response_code}=   Convert To String ${resp.status_code}
    List Should Contain Value ${return_ok_list} ${response_code}