diff options
author | 2016-05-30 19:14:52 +0800 | |
---|---|---|
committer | 2016-05-30 20:05:11 +0800 | |
commit | 7358b5733d9e25f68b44b366ebe7714544b24c6c (patch) | |
tree | 4176ea8a20ce2239fb18c3490b3e41e34f88eef8 /result_collection_api/dashboard | |
parent | da918db679b094948cf95670f0fa74a4528ee336 (diff) |
swagger-ize dashboard and version apis of testAPI
JIRA: FUNCTEST-273
Change-Id: I6f2b1de5488ba684d0c00e9f40daee2487a011cc
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'result_collection_api/dashboard')
-rw-r--r-- | result_collection_api/dashboard/dashboard_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result_collection_api/dashboard/dashboard_utils.py b/result_collection_api/dashboard/dashboard_utils.py index bfa7432..9de5b19 100644 --- a/result_collection_api/dashboard/dashboard_utils.py +++ b/result_collection_api/dashboard/dashboard_utils.py @@ -67,7 +67,7 @@ def get_dashboard_cases(): return modules -def get_dashboard_result(project, case, results): +def get_dashboard_result(project, case, results=None): # get the dashboard ready results # paramters are: # project: project name |