X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/63cb5c235ccacdc1665a89560bc8c16fcbefd8d6..3353ab9554dc5dfa647dd767b7b2623adcf753ab:/services/api/test/fixtures/users.yml diff --git a/services/api/test/fixtures/users.yml b/services/api/test/fixtures/users.yml index 2dd72ab4b1..46fbd0f289 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 @@ -9,6 +25,7 @@ admin: identity_url: https://admin.openid.local is_active: true is_admin: true + username: admin prefs: profile: organization: example.com @@ -23,6 +40,7 @@ miniadmin: identity_url: https://miniadmin.openid.local is_active: true is_admin: false + username: miniadmin prefs: profile: organization: example.com @@ -37,6 +55,7 @@ rominiadmin: identity_url: https://rominiadmin.openid.local is_active: true is_admin: false + username: rominiadmin prefs: profile: organization: example.com @@ -51,6 +70,7 @@ active: identity_url: https://active-user.openid.local is_active: true is_admin: false + username: active prefs: profile: organization: example.com @@ -65,6 +85,7 @@ project_viewer: identity_url: https://project-viewer.openid.local is_active: true is_admin: false + username: projectviewer prefs: profile: organization: example.com @@ -80,6 +101,22 @@ future_project_user: identity_url: https://future-project-user.openid.local is_active: true is_admin: false + username: futureprojectviewer + prefs: + profile: + 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 + username: subprojectadmin prefs: profile: organization: example.com @@ -94,6 +131,7 @@ spectator: identity_url: https://spectator.openid.local is_active: true is_admin: false + username: spectator prefs: profile: organization: example.com @@ -130,7 +168,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 @@ -151,6 +192,7 @@ job_reader: identity_url: https://spectator.openid.local is_active: true is_admin: false + username: jobber prefs: profile: organization: example.com @@ -190,6 +232,7 @@ user_foo_in_sharing_group: identity_url: https://user_foo_in_sharing_group.openid.local is_active: true is_admin: false + username: fooinsharing user_bar_in_sharing_group: owner_uuid: zzzzz-tpzed-000000000000000 @@ -200,3 +243,33 @@ user_bar_in_sharing_group: identity_url: https://user_bar_in_sharing_group.openid.local is_active: true is_admin: false + username: barinsharing + +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 + username: FUSE + prefs: + profile: + organization: example.com + role: IT