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