Merge branch '1579-keep-server-in-docker' of git.clinicalfuture.com:arvados into...
[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   uuid: zzzzz-tpzed-d9tiejq69daie8f
5   email: admin@arvados.local
6   first_name: TestCase
7   last_name: Administrator
8   identity_url: https://admin.openid.local
9   is_active: true
10   is_admin: true
11   prefs: {}
12
13 active:
14   uuid: zzzzz-tpzed-xurymjxw79nv3jz
15   email: active-user@arvados.local
16   first_name: Active
17   last_name: User
18   identity_url: https://active-user.openid.local
19   is_active: true
20   is_admin: false
21   prefs: {}
22
23 inactive:
24   uuid: zzzzz-tpzed-x9kqpd79egh49c7
25   email: active-user@arvados.local
26   first_name: Inactive
27   last_name: User
28   identity_url: https://inactive-user.openid.local
29   is_active: false
30   is_admin: false
31   prefs: {}
32