blob: 8a15bf2bee40118c5323e7048efb7e2b4c84ecc3 [file] [log] [blame]
HuabingZhao749d5fc2017-09-08 10:23:44 +08001*** Settings ***
2Library Collections
3Library requests
4
5*** Test Cases ***
6REST 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}