Move CSIT to integration/csit repo
[integration/csit.git] / tests / msb / rest-service-api-gateway / test1.robot
1 *** Settings ***
2 Library  Collections
3 Library  requests
4
5 *** Test Cases ***
6 REST service Test1
7     [Documentation]            Check if test rest service can be accessed via aip gateway
8     ${result} =  get           http://${MSB_IAG_IP}/api/test/v1/people
9     Should Be Equal            ${result.status_code}       ${200}