X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/81f6ebc139c29723b62fc0f5e6d0588dfb85897b..7ef27804d92e2c38ff6b22aab4b113b3e1817bf5:/services/api/test/fixtures/users.yml diff --git a/services/api/test/fixtures/users.yml b/services/api/test/fixtures/users.yml index 2dd72ab4b1..c04aa47d2f 100644 --- a/services/api/test/fixtures/users.yml +++ b/services/api/test/fixtures/users.yml @@ -1,5 +1,21 @@ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html +system_user: + uuid: zzzzz-tpzed-000000000000000 + owner_uuid: zzzzz-tpzed-000000000000000 + created_at: 2014-11-27 06:38:21.215463000 Z + modified_by_client_uuid: zzzzz-ozdt8-teyxzyd8qllg11h + modified_by_user_uuid: zzzzz-tpzed-000000000000000 + modified_at: 2014-11-27 06:38:21.208036000 Z + email: root + first_name: root + last_name: '' + identity_url: + is_admin: true + prefs: {} + updated_at: 2014-11-27 06:38:21.207873000 Z + is_active: true + admin: owner_uuid: zzzzz-tpzed-000000000000000 uuid: zzzzz-tpzed-d9tiejq69daie8f @@ -85,6 +101,20 @@ future_project_user: organization: example.com role: Computational biologist +subproject_admin: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-subprojectadmin + email: subproject-admin@arvados.local + first_name: Subproject + last_name: Admin + identity_url: https://subproject-admin.openid.local + is_active: true + is_admin: false + prefs: + profile: + organization: example.com + role: Computational biologist + spectator: owner_uuid: zzzzz-tpzed-000000000000000 uuid: zzzzz-tpzed-l1s2piq4t4mps8r @@ -130,7 +160,10 @@ inactive_but_signed_user_agreement: identity_url: https://inactive-but-agreeable-user.openid.local is_active: false is_admin: false - prefs: {} + prefs: + profile: + organization: example.com + role: Computational biologist anonymous: owner_uuid: zzzzz-tpzed-000000000000000 @@ -200,3 +233,31 @@ user_bar_in_sharing_group: identity_url: https://user_bar_in_sharing_group.openid.local is_active: true is_admin: false + +user1_with_load: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-user1withloadab + email: user1_with_load@arvados.local + first_name: user1_with_load + last_name: User + identity_url: https://user1_with_load.openid.local + is_active: true + is_admin: false + prefs: + profile: + organization: example.com + role: IT + +fuse: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-0fusedrivertest + email: fuse@arvados.local + first_name: FUSE + last_name: User + identity_url: https://fuse.openid.local + is_active: true + is_admin: false + prefs: + profile: + organization: example.com + role: IT