f7291ed59e205da7963e77a7c028eceecf39e7f3
[functest.git] / testcases / VIM / OpenStack / CI / suites / opnfv-keystone.json
1 {
2     "KeystoneBasic.create_delete_user": [
3         {
4             "args": {
5                 "name_length": 10
6             },
7             "runner": {
8                 "type": "constant",
9                 "times": 100,
10                 "concurrency": 10
11             },
12             "sla": {
13                 "failure_rate": {"max": 0}
14             }
15         }
16     ],
17     "KeystoneBasic.create_and_list_tenants": [
18         {
19             "args": {
20                 "name_length": 10
21             },
22             "runner": {
23                 "type": "constant",
24                 "times": 10,
25                 "concurrency": 1
26             },
27             "sla": {
28                 "failure_rate": {"max": 0}
29             }
30         }
31     ],
32     "KeystoneBasic.create_and_list_users": [
33         {
34             "args": {
35                 "name_length": 10
36             },
37             "runner": {
38                 "type": "constant",
39                 "times": 100,
40                 "concurrency": 10
41             },
42             "sla": {
43                 "failure_rate": {"max": 0}
44             }
45         }
46     ],
47     "KeystoneBasic.create_tenant": [
48         {
49             "args": {
50                 "name_length": 10
51             },
52             "runner": {
53                 "type": "constant",
54                 "times": 100,
55                 "concurrency": 10
56             },
57             "sla": {
58                 "failure_rate": {"max": 0}
59             }
60         }
61     ],
62     "KeystoneBasic.create_user": [
63         {
64             "args": {
65                 "name_length": 10
66             },
67             "runner": {
68                 "type": "constant",
69                 "times": 100,
70                 "concurrency": 10
71             },
72             "sla": {
73                 "failure_rate": {"max": 0}
74             }
75         }
76     ],
77     "KeystoneBasic.create_tenant_with_users": [
78         {
79             "args": {
80                 "name_length": 10,
81                 "users_per_tenant": 10
82             },
83             "runner": {
84                 "type": "constant",
85                 "times": 10,
86                 "concurrency": 10
87             },
88             "sla": {
89                 "failure_rate": {"max": 0}
90             }
91         }
92     ]
93 }
94