Merge "Stop setting ext net in config"
[functest.git] / functest / api / swagger / testcases_in_tier.yaml
1 ---
2 List all testcases within given tier
3
4 This api offers the interface to list all testcases within given tier.
5 All testcases within given tier will be returned.
6 ---
7 tags:
8     - Tiers
9 parameters:
10     - name: tier_name
11       description: tier name
12       in: path
13       type: string
14       required: true
15 definitions:
16     Testcases:
17         type: object
18         properties:
19             creds_name:
20                 $ref: '#/definitions/Tests'
21     Tests:
22         type: dict
23 responses:
24     200:
25         description: List all testcases within given tier
26         schema:
27             $ref: '#/definitions/Testcases'
28         examples:
29             "tier": ""
30             "testcases": []