summaryrefslogtreecommitdiffstats
path: root/result_collection_api/opnfv_testapi
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-06-03 17:47:11 +0800
committerSerena Feng <feng.xiaowei@zte.com.cn>2016-06-03 09:58:41 +0000
commitb0deca64aa30b264ce845ed67118c36ba76c391b (patch)
treec7e42652bd193658956c39d58d441cafc1a8d939 /result_collection_api/opnfv_testapi
parent4ab58917d2310dcc92d94a7060ac147906c9ecd6 (diff)
support GET /api/v1/results in testAPI
change require flag of project&case to False JIRA: FUNCTEST-291 Change-Id: Idc165cc4d5950cd7f7313a1e19f013933a5d4a9a Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'result_collection_api/opnfv_testapi')
-rw-r--r--result_collection_api/opnfv_testapi/resources/result_handlers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/result_collection_api/opnfv_testapi/resources/result_handlers.py b/result_collection_api/opnfv_testapi/resources/result_handlers.py
index 4955472..473a38d 100644
--- a/result_collection_api/opnfv_testapi/resources/result_handlers.py
+++ b/result_collection_api/opnfv_testapi/resources/result_handlers.py
@@ -79,11 +79,11 @@ class ResultsCLHandler(GenericResultHandler):
@param project: project name
@type project: L{string}
@in project: query
- @required project: True
+ @required project: False
@param case: case name
@type case: L{string}
@in case: query
- @required case: True
+ @required case: False
@param version: i.e. Colorado
@type version: L{string}
@in version: query