Merge branch 'master' into 4036-combine-collections-in-project-issue
[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 spectator:
89   owner_uuid: zzzzz-tpzed-000000000000000
90   uuid: zzzzz-tpzed-l1s2piq4t4mps8r
91   email: spectator@arvados.local
92   first_name: Spect
93   last_name: Ator
94   identity_url: https://spectator.openid.local
95   is_active: true
96   is_admin: false
97   prefs:
98     profile:
99       organization: example.com
100       role: Computational biologist
101
102 inactive_uninvited:
103   owner_uuid: zzzzz-tpzed-000000000000000
104   uuid: zzzzz-tpzed-rf2ec3ryh4vb5ma
105   email: inactive-uninvited-user@arvados.local
106   first_name: Inactive and Uninvited
107   last_name: User
108   identity_url: https://inactive-uninvited-user.openid.local
109   is_active: false
110   is_admin: false
111   prefs: {}
112
113 inactive:
114   owner_uuid: zzzzz-tpzed-000000000000000
115   uuid: zzzzz-tpzed-x9kqpd79egh49c7
116   email: inactive-user@arvados.local
117   first_name: Inactive
118   last_name: User
119   identity_url: https://inactive-user.openid.local
120   is_active: false
121   is_admin: false
122   prefs: {}
123
124 inactive_but_signed_user_agreement:
125   owner_uuid: zzzzz-tpzed-000000000000000
126   uuid: zzzzz-tpzed-7sg468ezxwnodxs
127   email: inactive-user-signed-ua@arvados.local
128   first_name: Inactive But Agreeable
129   last_name: User
130   identity_url: https://inactive-but-agreeable-user.openid.local
131   is_active: false
132   is_admin: false
133   prefs: {}
134
135 anonymous:
136   owner_uuid: zzzzz-tpzed-000000000000000
137   uuid: zzzzz-tpzed-anonymouspublic
138   email: anonymouspublic
139   first_name: anonymouspublic
140   last_name: anonymouspublic
141   is_active: false
142   is_admin: false
143   prefs: {}
144
145 job_reader:
146   owner_uuid: zzzzz-tpzed-000000000000000
147   uuid: zzzzz-tpzed-905b42d1dd4a354
148   email: jobber@arvados.local
149   first_name: Job
150   last_name: Er
151   identity_url: https://spectator.openid.local
152   is_active: true
153   is_admin: false
154   prefs:
155     profile:
156       organization: example.com
157       role: Computational biologist
158
159 active_no_prefs:
160   owner_uuid: zzzzz-tpzed-000000000000000
161   uuid: zzzzz-tpzed-a46c42d1td4aoj4
162   email: active_no_prefs@arvados.local
163   first_name: NoPrefs
164   last_name: NoProfile
165   identity_url: https://active_no_prefs.openid.local
166   is_active: true
167   is_admin: false
168   prefs: {}
169
170 active_no_prefs_profile:
171   owner_uuid: zzzzz-tpzed-000000000000000
172   uuid: zzzzz-tpzed-a46c98d1td4aoj4
173   email: active_no_prefs_profile@arvados.local
174   first_name: HasPrefs
175   last_name: NoProfile
176   identity_url: https://active_no_prefs_profile.openid.local
177   is_active: true
178   is_admin: false
179   prefs:
180     test: abc