aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/msb/rest-service-api-gateway/test1.robot
blob: 8a15bf2bee40118c5323e7048efb7e2b4c84ecc3 (plain)
1
2
3
4
5
6
7
8
9
*** Settings ***
Library  Collections
Library  requests

*** Test Cases ***
REST service Test1
    [Documentation]            Check if test rest service can be accessed via aip gateway
    ${result} =  get           http://${MSB_IAG_IP}/api/test/v1/people
    Should Be Equal            ${result.status_code}       ${200}