Merge "Enable Doctor testcase"
[functest.git] / functest / api / swagger / testcases.yaml
1 List all test cases
2
3 This api offers the interface to list all test cases
4 The testcases list will be returned
5 ---
6 tags:
7   - Testcases
8 definitions:
9   Testcases:
10     type: object
11     properties:
12       creds_name:
13           $ref: '#/definitions/Tests'
14   Tests:
15     type: dict
16 responses:
17   200:
18     description: List all test cases
19     schema:
20       $ref: '#/definitions/Testcases'
21     examples:
22       "testcases": []