summaryrefslogtreecommitdiffstats
path: root/result_collection_api/common
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-05-18 13:32:50 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2016-05-18 17:25:53 +0800
commit6f3276ffc0066193c19d6b098d12d4af25509f9d (patch)
tree772d9c1b4a0f480400ebbf9eaaf88e6758de7858 /result_collection_api/common
parentd719f7428de763767b491b983ce214c329ba37b1 (diff)
add pod related unittests in testAPI
unittest for create/get/list pod in testAPI project JIRA: FUNCTEST-252 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn> Change-Id: Ifedb4715abffda20c93284ef58cd93f584879af8 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'result_collection_api/common')
-rw-r--r--result_collection_api/common/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/result_collection_api/common/constants.py b/result_collection_api/common/constants.py
index 2c825c1..4d39a14 100644
--- a/result_collection_api/common/constants.py
+++ b/result_collection_api/common/constants.py
@@ -12,3 +12,4 @@ DEFAULT_REPRESENTATION = "application/json"
HTTP_BAD_REQUEST = 400
HTTP_FORBIDDEN = 403
HTTP_NOT_FOUND = 404
+HTTP_OK = 200