aboutsummaryrefslogtreecommitdiffstats
path: root/tests/so/orchestration/resources/common/Variables.robot
blob: a6ee32b24b394470667dca643624bc910907a58f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*** Variables ***
###  HTTP response Codes ###
${HTTP_OK}             200
${HTTP_ACCEPTED}       202
${HTTP_NO_CONTENT}     204
${HTTP_BAD_REQUEST}    400
${HTTP_BAD_GATEWAY}    502
${HTTP_RESOURCE_NOT_FOUND}    404
${INTERNAL_SERVER_ERROR}    500
${METHOD_NOT_ALLOWED}    405

###TRUE FLASE#####
${TRUE_VALUE}      true
${FALSE_VALUE}     false