X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fb3c02b38a24cda422de95f2f8b49002b841cc72..ce410ef35e137e040ace097a74a33f04c5975ad9:/services/api/test/fixtures/users.yml diff --git a/services/api/test/fixtures/users.yml b/services/api/test/fixtures/users.yml index d39ebae65c..8a82fe461a 100644 --- a/services/api/test/fixtures/users.yml +++ b/services/api/test/fixtures/users.yml @@ -1,31 +1,180 @@ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html -one: - uuid: MyString - created_by_client: MyString - created_by_user: MyString - created_at: 2013-01-21 21:00:42 - modified_by_client: MyString - modified_by_user: MyString - modified_at: 2013-01-21 21:00:42 - email: MyString - first_name: MyString - last_name: MyString - identity_url: MyString - is_admin: false - prefs: MyText - -two: - uuid: MyString - created_by_client: MyString - created_by_user: MyString - created_at: 2013-01-21 21:00:42 - modified_by_client: MyString - modified_by_user: MyString - modified_at: 2013-01-21 21:00:42 - email: MyString - first_name: MyString - last_name: MyString - identity_url: MyString - is_admin: false - prefs: MyText +admin: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-d9tiejq69daie8f + email: admin@arvados.local + first_name: TestCase + last_name: Administrator + identity_url: https://admin.openid.local + is_active: true + is_admin: true + prefs: + profile: + organization: example.com + role: IT + +miniadmin: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-2bg9x0oeydcw5hm + email: miniadmin@arvados.local + first_name: TestCase + last_name: User Group Administrator + identity_url: https://miniadmin.openid.local + is_active: true + is_admin: false + prefs: + profile: + organization: example.com + role: IT + +rominiadmin: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-4hvxm4n25emegis + email: rominiadmin@arvados.local + first_name: TestCase + last_name: Read-Only User Group Administrator + identity_url: https://rominiadmin.openid.local + is_active: true + is_admin: false + 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 + last_name: User + identity_url: https://active-user.openid.local + is_active: true + is_admin: false + 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 + last_name: Viewer + identity_url: https://project-viewer.openid.local + is_active: true + is_admin: false + 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 + last_name: Ator + identity_url: https://spectator.openid.local + is_active: true + is_admin: false + 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 + last_name: User + identity_url: https://inactive-uninvited-user.openid.local + is_active: false + is_admin: false + prefs: {} + +inactive: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-x9kqpd79egh49c7 + email: inactive-user@arvados.local + first_name: Inactive + last_name: User + identity_url: https://inactive-user.openid.local + is_active: false + is_admin: false + 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 + last_name: User + identity_url: https://inactive-but-agreeable-user.openid.local + is_active: false + is_admin: false + prefs: {} + +anonymous: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-anonymouspublic + email: anonymouspublic + first_name: anonymouspublic + last_name: anonymouspublic + 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