X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5cbcd7b2923a9c4e58189dbaa0b482e357291c57..adedc9a3791fbed1d08da4d8681f1d0e0b36e024:/services/api/test/fixtures/users.yml diff --git a/services/api/test/fixtures/users.yml b/services/api/test/fixtures/users.yml index 7104af26f7..7d6b1fc3ae 100644 --- a/services/api/test/fixtures/users.yml +++ b/services/api/test/fixtures/users.yml @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html system_user: @@ -80,6 +84,22 @@ active: role: Computational biologist getting_started_shown: 2015-03-26 12:34:56.789000000 Z +federated_active: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zbbbb-tpzed-xurymjxw79nv3jz + email: zbbbb-active-user@arvados.local + first_name: Active + last_name: User + identity_url: https://active-user.openid.local + is_active: true + is_admin: false + username: federatedactive + prefs: + profile: + organization: example.com + role: Computational biologist + getting_started_shown: 2015-03-26 12:34:56.789000000 Z + project_viewer: owner_uuid: zzzzz-tpzed-000000000000000 uuid: zzzzz-tpzed-projectviewer1a @@ -145,6 +165,22 @@ spectator: role: Computational biologist getting_started_shown: 2015-03-26 12:34:56.789000000 Z +container_runtime_token_user: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-l3skomkti0c4vg4 + email: spectator@arvados.local + first_name: Spect + last_name: Ator + identity_url: https://spectator.openid.local + is_active: true + is_admin: false + username: containerruntimetokenuser + prefs: + profile: + organization: example.com + role: Computational biologist + getting_started_shown: 2015-03-26 12:34:56.789000000 Z + inactive_uninvited: owner_uuid: zzzzz-tpzed-000000000000000 uuid: zzzzz-tpzed-rf2ec3ryh4vb5ma @@ -329,3 +365,53 @@ fuse: organization: example.com role: IT getting_started_shown: 2015-03-26 12:34:56.789000000 Z + +permission_perftest: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-permissionptest + email: fuse@arvados.local + first_name: FUSE + last_name: User + identity_url: https://fuse.openid.local + is_active: true + is_admin: false + username: perftest + prefs: + profile: + organization: example.com + role: IT + getting_started_shown: 2015-03-26 12:34:56.789000000 Z + +redirects_to_active: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-1au3is3g3chtthd + email: redirects-to-active-user@arvados.local + first_name: Active2 + last_name: User2 + identity_url: https://redirects-to-active-user.openid.local + is_active: true + is_admin: false + username: redirect_active + redirect_to_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + prefs: + profile: + organization: example.com + role: Computational biologist + getting_started_shown: 2015-03-26 12:34:56.789000000 Z + +double_redirects_to_active: + owner_uuid: zzzzz-tpzed-000000000000000 + uuid: zzzzz-tpzed-oiusowoxoz0pk3p + email: double-redirects-to-active-user@arvados.local + first_name: Active3 + last_name: User3 + identity_url: https://double-redirects-to-active-user.openid.local + is_active: true + is_admin: false + username: double_redirect_active + redirect_to_user_uuid: zzzzz-tpzed-1au3is3g3chtthd + prefs: + profile: + organization: example.com + role: Computational biologist + getting_started_shown: 2015-03-26 12:34:56.789000000 Z