390a1ae13eaf0f0355ed5dafd97210bf0b6e38f7
[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         }
13     ],
14     "KeystoneBasic.create_and_list_tenants": [
15         {
16             "args": {
17                 "name_length": 10
18             },
19             "runner": {
20                 "type": "constant",
21                 "times": 10,
22                 "concurrency": 1
23             }
24         }
25     ],
26     "KeystoneBasic.create_and_list_users": [
27         {
28             "args": {
29                 "name_length": 10
30             },
31             "runner": {
32                 "type": "constant",
33                 "times": 100,
34                 "concurrency": 10
35             }
36         }
37     ],
38     "KeystoneBasic.create_tenant": [
39         {
40             "args": {
41                 "name_length": 10
42             },
43             "runner": {
44                 "type": "constant",
45                 "times": 100,
46                 "concurrency": 10
47             }
48         }
49     ],
50     "KeystoneBasic.create_user": [
51         {
52             "args": {
53                 "name_length": 10
54             },
55             "runner": {
56                 "type": "constant",
57                 "times": 100,
58                 "concurrency": 10
59             }
60         }
61     ],
62     "KeystoneBasic.create_tenant_with_users": [
63         {
64             "args": {
65                 "name_length": 10,
66                 "users_per_tenant": 10
67             },
68             "runner": {
69                 "type": "constant",
70                 "times": 10,
71                 "concurrency": 10
72             }
73         }
74     ]
75 }
76