X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ab371a54c3522c06fbc82c9838a24c6f53122a6e..b1d1c5acf6f237d5e2a02414dd59e92cdb862237:/services/api/test/fixtures/users.yml diff --git a/services/api/test/fixtures/users.yml b/services/api/test/fixtures/users.yml index f6d5b21f2e..8a82fe461a 100644 --- a/services/api/test/fixtures/users.yml +++ b/services/api/test/fixtures/users.yml @@ -1,6 +1,7 @@ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html admin: + owner_uuid: zzzzz-tpzed-000000000000000 uuid: zzzzz-tpzed-d9tiejq69daie8f email: admin@arvados.local first_name: TestCase @@ -8,9 +9,13 @@ 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 uuid: zzzzz-tpzed-2bg9x0oeydcw5hm email: miniadmin@arvados.local first_name: TestCase @@ -18,9 +23,13 @@ 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 uuid: zzzzz-tpzed-4hvxm4n25emegis email: rominiadmin@arvados.local first_name: TestCase @@ -28,9 +37,13 @@ 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 uuid: zzzzz-tpzed-xurymjxw79nv3jz email: active-user@arvados.local first_name: Active @@ -38,9 +51,13 @@ 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 uuid: zzzzz-tpzed-projectviewer1a email: project-viewer@arvados.local first_name: Project @@ -48,9 +65,28 @@ 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 uuid: zzzzz-tpzed-l1s2piq4t4mps8r email: spectator@arvados.local first_name: Spect @@ -58,9 +94,13 @@ 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 uuid: zzzzz-tpzed-rf2ec3ryh4vb5ma email: inactive-uninvited-user@arvados.local first_name: Inactive and Uninvited @@ -71,6 +111,7 @@ inactive_uninvited: prefs: {} inactive: + owner_uuid: zzzzz-tpzed-000000000000000 uuid: zzzzz-tpzed-x9kqpd79egh49c7 email: inactive-user@arvados.local first_name: Inactive @@ -81,6 +122,7 @@ inactive: prefs: {} inactive_but_signed_user_agreement: + owner_uuid: zzzzz-tpzed-000000000000000 uuid: zzzzz-tpzed-7sg468ezxwnodxs email: inactive-user-signed-ua@arvados.local first_name: Inactive But Agreeable @@ -91,6 +133,7 @@ inactive_but_signed_user_agreement: prefs: {} anonymous: + owner_uuid: zzzzz-tpzed-000000000000000 uuid: zzzzz-tpzed-anonymouspublic email: anonymouspublic first_name: anonymouspublic @@ -98,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