X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/230ac956317ec9389252240de934edc168098a76..b1d1c5acf6f237d5e2a02414dd59e92cdb862237:/services/api/test/fixtures/users.yml diff --git a/services/api/test/fixtures/users.yml b/services/api/test/fixtures/users.yml index 72a5aa3cc1..8a82fe461a 100644 --- a/services/api/test/fixtures/users.yml +++ b/services/api/test/fixtures/users.yml @@ -9,7 +9,10 @@ admin: identity_url: https://admin.openid.local is_active: true is_admin: true - prefs: {} + prefs: + profile: + organization: example.com + role: IT miniadmin: owner_uuid: zzzzz-tpzed-000000000000000 @@ -20,7 +23,10 @@ miniadmin: identity_url: https://miniadmin.openid.local is_active: true is_admin: false - prefs: {} + prefs: + profile: + organization: example.com + role: IT rominiadmin: owner_uuid: zzzzz-tpzed-000000000000000 @@ -31,7 +37,10 @@ rominiadmin: identity_url: https://rominiadmin.openid.local is_active: true is_admin: false - prefs: {} + prefs: + profile: + organization: example.com + role: IT active: owner_uuid: zzzzz-tpzed-000000000000000 @@ -42,7 +51,10 @@ active: identity_url: https://active-user.openid.local is_active: true is_admin: false - prefs: {} + prefs: + profile: + organization: example.com + role: Computational biologist project_viewer: owner_uuid: zzzzz-tpzed-000000000000000 @@ -53,7 +65,25 @@ project_viewer: identity_url: https://project-viewer.openid.local is_active: true is_admin: false - prefs: {} + prefs: + profile: + organization: example.com + role: Computational biologist + +future_project_user: + # Workbench tests give this user permission on aproject. + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-futureprojview2 + email: future-project-user@arvados.local + first_name: Future Project + last_name: User + identity_url: https://future-project-user.openid.local + is_active: true + is_admin: false + prefs: + profile: + organization: example.com + role: Computational biologist spectator: owner_uuid: zzzzz-tpzed-000000000000000 @@ -64,7 +94,10 @@ spectator: identity_url: https://spectator.openid.local is_active: true is_admin: false - prefs: {} + prefs: + profile: + organization: example.com + role: Computational biologist inactive_uninvited: owner_uuid: zzzzz-tpzed-000000000000000 @@ -108,3 +141,40 @@ anonymous: is_active: false is_admin: false prefs: {} + +job_reader: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-905b42d1dd4a354 + email: jobber@arvados.local + first_name: Job + last_name: Er + identity_url: https://spectator.openid.local + is_active: true + is_admin: false + prefs: + profile: + organization: example.com + role: Computational biologist + +active_no_prefs: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-a46c42d1td4aoj4 + email: active_no_prefs@arvados.local + first_name: NoPrefs + last_name: NoProfile + identity_url: https://active_no_prefs.openid.local + is_active: true + is_admin: false + prefs: {} + +active_no_prefs_profile: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-a46c98d1td4aoj4 + email: active_no_prefs_profile@arvados.local + first_name: HasPrefs + last_name: NoProfile + identity_url: https://active_no_prefs_profile.openid.local + is_active: true + is_admin: false + prefs: + test: abc