HuabingZhao | 749d5fc | 2017-09-08 10:23:44 +0800 | [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} |