Merge "Add orchestration project to SO integration testing repository"
[integration/csit.git] / tests / so / orchestration / resources / common / Variables.robot
diff --git a/tests/so/orchestration/resources/common/Variables.robot b/tests/so/orchestration/resources/common/Variables.robot
new file mode 100644 (file)
index 0000000..a6ee32b
--- /dev/null
@@ -0,0 +1,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
+