Add orchestration project to SO integration testing repository
[integration/csit.git] / tests / so / orchestration / resources / common / Variables.robot
1 *** Variables ***
2 ###  HTTP response Codes ###
3 ${HTTP_OK}             200
4 ${HTTP_ACCEPTED}       202
5 ${HTTP_NO_CONTENT}     204
6 ${HTTP_BAD_REQUEST}    400
7 ${HTTP_BAD_GATEWAY}    502
8 ${HTTP_RESOURCE_NOT_FOUND}    404
9 ${INTERNAL_SERVER_ERROR}    500
10 ${METHOD_NOT_ALLOWED}    405
11
12 ###TRUE FLASE#####
13 ${TRUE_VALUE}      true
14 ${FALSE_VALUE}     false
15