X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b3eb8176f8d060b0e4652cae8e041c6bf2b7103e..b7f67c80916c2efa0c234ab5f4e92c24d47223c5:/services/api/test/fixtures/groups.yml diff --git a/services/api/test/fixtures/groups.yml b/services/api/test/fixtures/groups.yml index c4ed1335ea..8f209e9b9c 100644 --- a/services/api/test/fixtures/groups.yml +++ b/services/api/test/fixtures/groups.yml @@ -3,36 +3,47 @@ public: owner_uuid: zzzzz-tpzed-d9tiejq69daie8f name: Public description: Public Group + group_class: role private: uuid: zzzzz-j7d0g-rew6elm53kancon owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz name: Private description: Private Group + group_class: role private_and_can_read_foofile: uuid: zzzzz-j7d0g-22xp1wpjul508rk owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz name: Private and Can Read Foofile description: Another Private Group + group_class: role -system_owned_group: - uuid: zzzzz-j7d0g-8ulrifv67tve5sx +activeandfriends: + uuid: zzzzz-j7d0g-swqu6hmi4pa7bk7 owner_uuid: zzzzz-tpzed-000000000000000 - name: System Private - description: System-owned Group + created_at: 2014-08-22 14:02:18.481582707 Z + modified_by_client_uuid: + modified_by_user_uuid: zzzzz-tpzed-000000000000000 + modified_at: 2014-08-22 14:02:18.481319501 Z + name: Active User and friends + description: + updated_at: 2014-08-22 14:02:18.481166435 Z + group_class: role system_group: uuid: zzzzz-j7d0g-000000000000000 owner_uuid: zzzzz-tpzed-000000000000000 name: System Private description: System-owned Group + group_class: role empty_lonely_group: uuid: zzzzz-j7d0g-jtp06ulmvsezgyu owner_uuid: zzzzz-tpzed-000000000000000 name: Empty description: Empty Group + group_class: role all_users: uuid: zzzzz-j7d0g-fffffffffffffff @@ -78,6 +89,7 @@ future_project_viewing_group: updated_at: 2014-04-21 15:37:48 -0400 name: Future Project Viewing Group description: "Group used to test granting Group Project viewing" + group_class: role bad_group_has_ownership_cycle_a: uuid: zzzzz-j7d0g-cx2al9cqkmsf1hs @@ -111,3 +123,17 @@ anonymously_accessible_project: name: Unrestricted public data group_class: project description: An anonymously accessible project + +active_user_has_can_manage: + uuid: zzzzz-j7d0g-ptt1ou6a9lxrv07 + owner_uuid: zzzzz-tpzed-d9tiejq69daie8f + name: Active user has can_manage + +# Group for testing granting permission between users who share a group. +# +group_for_sharing_tests: + uuid: zzzzz-j7d0g-t4ucgncwteul7zt + owner_uuid: zzzzz-tpzed-000000000000000 + name: Group for sharing tests + description: Users who can share objects with each other + group_class: role