Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 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} |