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