add pod related unittests in testAPI
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 18 May 2016 05:32:50 +0000 (13:32 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Wed, 18 May 2016 09:25:53 +0000 (17:25 +0800)
commit6f3276ffc0066193c19d6b098d12d4af25509f9d
tree772d9c1b4a0f480400ebbf9eaaf88e6758de7858
parentd719f7428de763767b491b983ce214c329ba37b1
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>
result_collection_api/common/constants.py
result_collection_api/resources/handlers.py
result_collection_api/resources/models.py
result_collection_api/resources/pod_models.py [new file with mode: 0644]
result_collection_api/tests/unit/fake_pymongo.py
result_collection_api/tests/unit/test_base.py
result_collection_api/tests/unit/test_pod.py [new file with mode: 0644]