Merge branch 'master' into 3618-column-ordering
[arvados.git] / services / api / test / fixtures / users.yml
1 # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
2
3 admin:
4   owner_uuid: zzzzz-tpzed-000000000000000
5   uuid: zzzzz-tpzed-d9tiejq69daie8f
6   email: admin@arvados.local
7   first_name: TestCase
8   last_name: Administrator
9   identity_url: https://admin.openid.local
10   is_active: true
11   is_admin: true
12   prefs:
13     profile:
14       organization: example.com
15       role: IT
16
17 miniadmin:
18   owner_uuid: zzzzz-tpzed-000000000000000
19   uuid: zzzzz-tpzed-2bg9x0oeydcw5hm
20   email: miniadmin@arvados.local
21   first_name: TestCase
22   last_name: User Group Administrator
23   identity_url: https://miniadmin.openid.local
24   is_active: true
25   is_admin: false
26   prefs:
27     profile:
28       organization: example.com
29       role: IT
30
31 rominiadmin:
32   owner_uuid: zzzzz-tpzed-000000000000000
33   uuid: zzzzz-tpzed-4hvxm4n25emegis
34   email: rominiadmin@arvados.local
35   first_name: TestCase
36   last_name: Read-Only User Group Administrator
37   identity_url: https://rominiadmin.openid.local
38   is_active: true
39   is_admin: false
40   prefs:
41     profile:
42       organization: example.com
43       role: IT
44
45 active:
46   owner_uuid: zzzzz-tpzed-000000000000000
47   uuid: zzzzz-tpzed-xurymjxw79nv3jz
48   email: active-user@arvados.local
49   first_name: Active
50   last_name: User
51   identity_url: https://active-user.openid.local
52   is_active: true
53   is_admin: false
54   prefs:
55     profile:
56       organization: example.com
57       role: Computational biologist
58
59 project_viewer:
60   owner_uuid: zzzzz-tpzed-000000000000000
61   uuid: zzzzz-tpzed-projectviewer1a
62   email: project-viewer@arvados.local
63   first_name: Project
64   last_name: Viewer
65   identity_url: https://project-viewer.openid.local
66   is_active: true
67   is_admin: false
68   prefs:
69     profile:
70       organization: example.com
71       role: Computational biologist
72
73 future_project_user:
74   # Workbench tests give this user permission on aproject.
75   owner_uuid: zzzzz-tpzed-000000000000000
76   uuid: zzzzz-tpzed-futureprojview2
77   email: future-project-user@arvados.local
78   first_name: Future Project
79   last_name: User
80   identity_url: https://future-project-user.openid.local
81   is_active: true
82   is_admin: false
83   prefs:
84     profile:
85       organization: example.com
86       role: Computational biologist
87
88 subproject_admin:
89   owner_uuid: zzzzz-tpzed-000000000000000
90   uuid: zzzzz-tpzed-subprojectadmin
91   email: subproject-admin@arvados.local
92   first_name: Subproject
93   last_name: Admin
94   identity_url: https://subproject-admin.openid.local
95   is_active: true
96   is_admin: false
97   prefs:
98     profile:
99       organization: example.com
100       role: Computational biologist
101
102 spectator:
103   owner_uuid: zzzzz-tpzed-000000000000000
104   uuid: zzzzz-tpzed-l1s2piq4t4mps8r
105   email: spectator@arvados.local
106   first_name: Spect
107   last_name: Ator
108   identity_url: https://spectator.openid.local
109   is_active: true
110   is_admin: false
111   prefs:
112     profile:
113       organization: example.com
114       role: Computational biologist
115
116 inactive_uninvited:
117   owner_uuid: zzzzz-tpzed-000000000000000
118   uuid: zzzzz-tpzed-rf2ec3ryh4vb5ma
119   email: inactive-uninvited-user@arvados.local
120   first_name: Inactive and Uninvited
121   last_name: User
122   identity_url: https://inactive-uninvited-user.openid.local
123   is_active: false
124   is_admin: false
125   prefs: {}
126
127 inactive:
128   owner_uuid: zzzzz-tpzed-000000000000000
129   uuid: zzzzz-tpzed-x9kqpd79egh49c7
130   email: inactive-user@arvados.local
131   first_name: Inactive
132   last_name: User
133   identity_url: https://inactive-user.openid.local
134   is_active: false
135   is_admin: false
136   prefs: {}
137
138 inactive_but_signed_user_agreement:
139   owner_uuid: zzzzz-tpzed-000000000000000
140   uuid: zzzzz-tpzed-7sg468ezxwnodxs
141   email: inactive-user-signed-ua@arvados.local
142   first_name: Inactive But Agreeable
143   last_name: User
144   identity_url: https://inactive-but-agreeable-user.openid.local
145   is_active: false
146   is_admin: false
147   prefs: {}
148
149 anonymous:
150   owner_uuid: zzzzz-tpzed-000000000000000
151   uuid: zzzzz-tpzed-anonymouspublic
152   email: anonymouspublic
153   first_name: anonymouspublic
154   last_name: anonymouspublic
155   is_active: false
156   is_admin: false
157   prefs: {}
158
159 job_reader:
160   owner_uuid: zzzzz-tpzed-000000000000000
161   uuid: zzzzz-tpzed-905b42d1dd4a354
162   email: jobber@arvados.local
163   first_name: Job
164   last_name: Er
165   identity_url: https://spectator.openid.local
166   is_active: true
167   is_admin: false
168   prefs:
169     profile:
170       organization: example.com
171       role: Computational biologist
172
173 active_no_prefs:
174   owner_uuid: zzzzz-tpzed-000000000000000
175   uuid: zzzzz-tpzed-a46c42d1td4aoj4
176   email: active_no_prefs@arvados.local
177   first_name: NoPrefs
178   last_name: NoProfile
179   identity_url: https://active_no_prefs.openid.local
180   is_active: true
181   is_admin: false
182   prefs: {}
183
184 active_no_prefs_profile:
185   owner_uuid: zzzzz-tpzed-000000000000000
186   uuid: zzzzz-tpzed-a46c98d1td4aoj4
187   email: active_no_prefs_profile@arvados.local
188   first_name: HasPrefs
189   last_name: NoProfile
190   identity_url: https://active_no_prefs_profile.openid.local
191   is_active: true
192   is_admin: false
193   prefs:
194     test: abc
195
196 # Fixtures to test granting and removing permissions.
197
198 user_foo_in_sharing_group:
199   owner_uuid: zzzzz-tpzed-000000000000000
200   uuid: zzzzz-tpzed-81hsbo6mk8nl05c
201   email: user_foo_in_sharing_group@arvados.local
202   first_name: Foo
203   last_name: Sharing
204   identity_url: https://user_foo_in_sharing_group.openid.local
205   is_active: true
206   is_admin: false
207
208 user_bar_in_sharing_group:
209   owner_uuid: zzzzz-tpzed-000000000000000
210   uuid: zzzzz-tpzed-n3oaj4sm5fcnwib
211   email: user_bar_in_sharing_group@arvados.local
212   first_name: Bar
213   last_name: Sharing
214   identity_url: https://user_bar_in_sharing_group.openid.local
215   is_active: true
216   is_admin: false
217
218 user1_with_load:
219   owner_uuid: zzzzz-tpzed-000000000000000
220   uuid: zzzzz-tpzed-user1withloadab
221   email: user1_with_load@arvados.local
222   first_name: user1_with_load
223   last_name: User
224   identity_url: https://user1_with_load.openid.local
225   is_active: true
226   is_admin: false
227   prefs:
228     profile:
229       organization: example.com
230       role: IT
231
232 fuse:
233   owner_uuid: zzzzz-tpzed-000000000000000
234   uuid: zzzzz-tpzed-0fusedrivertest
235   email: fuse@arvados.local
236   first_name: FUSE
237   last_name: User
238   identity_url: https://fuse.openid.local
239   is_active: true
240   is_admin: false
241   prefs:
242     profile:
243       organization: example.com
244       role: IT