blob: 8a15bf2bee40118c5323e7048efb7e2b4c84ecc3 [file] [log] [blame]
Gary Wu9abb61c2018-09-27 10:38:50 -07001*** 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}