diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-05-30 19:14:52 +0800 |
---|---|---|
committer | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-05-30 20:05:11 +0800 |
commit | 99700863f3c28fb7fb36e6670b78da828cbbddd4 (patch) | |
tree | ef7cd061cafa164c850146d904e99403a954dc9a /utils/test/result_collection_api/dashboard | |
parent | 04578f6f8c56ae2585c9aec637812d812919be46 (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 'utils/test/result_collection_api/dashboard')
-rw-r--r-- | utils/test/result_collection_api/dashboard/dashboard_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/result_collection_api/dashboard/dashboard_utils.py b/utils/test/result_collection_api/dashboard/dashboard_utils.py index bfa743223..9de5b191c 100644 --- a/utils/test/result_collection_api/dashboard/dashboard_utils.py +++ b/utils/test/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 |