X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8a504ad561c1ffbafee8a7bc8da551f9d4b9a29e..0514b290f5ff9a2700b599bf6fb19a468a73c3fb:/services/api/test/fixtures/pipeline_templates.yml diff --git a/services/api/test/fixtures/pipeline_templates.yml b/services/api/test/fixtures/pipeline_templates.yml index 40bf63dd7e..49503c9712 100644 --- a/services/api/test/fixtures/pipeline_templates.yml +++ b/services/api/test/fixtures/pipeline_templates.yml @@ -203,3 +203,65 @@ pipeline_template_in_publicly_accessible_project: dataclass: Collection title: "default input" description: "input collection" + +# Used to test renaming when removed from the "aproject" subproject +# while another such object with same name exists in home project. +template_in_active_user_home_project_to_test_unique_key_violation: + uuid: zzzzz-p5p6p-templatsamenam1 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2013-04-14 12:35:04 -0400 + updated_at: 2013-04-14 12:35:04 -0400 + modified_at: 2013-04-14 12:35:04 -0400 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: Template to test owner uuid and name unique key violation upon removal + components: + script: foo + script_version: master + script_parameters: + input: + required: true + dataclass: Collection + title: "Foo/bar pair" + description: "Provide a collection containing at least two files." + +template_in_asubproject_with_same_name_as_one_in_active_user_home: + uuid: zzzzz-p5p6p-templatsamenam2 + owner_uuid: zzzzz-j7d0g-axqo7eu9pwvna1x + created_at: 2013-04-14 12:35:04 -0400 + updated_at: 2013-04-14 12:35:04 -0400 + modified_at: 2013-04-14 12:35:04 -0400 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: Template to test owner uuid and name unique key violation upon removal + components: + script: foo + script_version: master + script_parameters: + input: + required: true + dataclass: Collection + title: "Foo/bar pair" + description: "Provide a collection containing at least two files." + +workflow_with_input_defaults: + uuid: zzzzz-p5p6p-aox0k0ofxrystg2 + owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso + created_at: 2014-04-14 12:35:04 -0400 + updated_at: 2014-04-14 12:35:04 -0400 + modified_at: 2014-04-14 12:35:04 -0400 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: Pipeline with default input specifications + components: + part-one: + script: foo + script_version: master + script_parameters: + ex_string: + required: true + dataclass: string + ex_string_def: + required: true + dataclass: string + default: hello-testing-123 \ No newline at end of file