X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1b8a813dedfaf0737bad8626ae624822b8dc98f4..70fa68ef9087dd85d6e18fba2ef11f94ddeb95a4:/services/api/test/fixtures/groups.yml diff --git a/services/api/test/fixtures/groups.yml b/services/api/test/fixtures/groups.yml index ebf22341a6..947d762dac 100644 --- a/services/api/test/fixtures/groups.yml +++ b/services/api/test/fixtures/groups.yml @@ -3,3 +3,67 @@ public: owner_uuid: zzzzz-tpzed-d9tiejq69daie8f name: Public description: Public Group + +private: + uuid: zzzzz-j7d0g-rew6elm53kancon + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: Private + description: Private Group + +private_and_can_read_foofile: + uuid: zzzzz-j7d0g-22xp1wpjul508rk + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: Private and Can Read Foofile + description: Another Private Group + +system_owned_group: + uuid: zzzzz-j7d0g-8ulrifv67tve5sx + owner_uuid: zzzzz-tpzed-000000000000000 + name: System Private + description: System-owned Group + +system_group: + uuid: zzzzz-j7d0g-000000000000000 + owner_uuid: zzzzz-tpzed-000000000000000 + name: System Private + description: System-owned Group + +empty_lonely_group: + uuid: zzzzz-j7d0g-jtp06ulmvsezgyu + owner_uuid: zzzzz-tpzed-000000000000000 + name: Empty + description: Empty Group + +all_users: + uuid: zzzzz-j7d0g-fffffffffffffff + owner_uuid: zzzzz-tpzed-d9tiejq69daie8f + name: All users + +testusergroup_admins: + uuid: zzzzz-j7d0g-48foin4vonvc2at + owner_uuid: zzzzz-tpzed-000000000000000 + name: Administrators of a subset of users + +afolder: + uuid: zzzzz-j7d0g-v955i6s2oi1cbso + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2014-04-21 15:37:48 -0400 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + modified_at: 2014-04-21 15:37:48 -0400 + updated_at: 2014-04-21 15:37:48 -0400 + name: A Folder + description: Test folder belonging to active user + group_class: folder + +asubfolder: + uuid: zzzzz-j7d0g-axqo7eu9pwvna1x + owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso + created_at: 2014-04-21 15:37:48 -0400 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + modified_at: 2014-04-21 15:37:48 -0400 + updated_at: 2014-04-21 15:37:48 -0400 + name: A Subfolder + description: "Test folder belonging to active user's first test folder" + group_class: folder