Merge "Remove logger_test_results"
[functest.git] / functest / api / swagger / testcase.yaml
1 ---
2 Show the info of one testcase
3
4 This api offers the interface to show the detailed info of one testcase.
5 The info of one testcase will be returned.
6 ---
7 tags:
8     - Testcases
9 parameters:
10     - name: testcase_name
11       description: testcase name
12       in: path
13       type: string
14       required: true
15 definitions:
16     Testcases:
17         type: object
18         properties:
19             case_name:
20                 $ref: '#/definitions/Tests'
21     Tests:
22         type: dict
23 responses:
24     200:
25         description: Show the detailed info of one testcase
26         schema:
27             $ref: '#/definitions/Testcases'
28         examples:
29             "testcase": ""
30             "blocking":
31             "criteria":
32             "dependency": {
33                 "installer": "",
34                 "scenario": ""}
35             "description": ""
36             "enabled":