X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cac035d7a171b90f0dc714d17b500b4062c0c58b..71a556d7d2a9484a4f0bda069f1f7915f548683f:/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 8579cf66a2..40bf63dd7e 100644 --- a/services/api/test/fixtures/pipeline_templates.yml +++ b/services/api/test/fixtures/pipeline_templates.yml @@ -16,7 +16,6 @@ two_part: required: true dataclass: Collection title: "Foo/bar pair" - description: "Provide a collection containing at least two files." part-two: script: bar script_version: master @@ -165,3 +164,42 @@ template_with_dataclass_file: default: [1,1,2,3,5] array_with_value: # important to test repeating values in the array! value: [1,1,2,3,5] + +template_with_dataclass_number: + uuid: zzzzz-p5p6p-numbertemplatea + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2015-01-14 12:35:04 -0400 + updated_at: 2015-01-14 12:35:04 -0400 + modified_at: 2015-01-14 12:35:04 -0400 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: Template with dataclass number + components: + work: + script: foo + script_version: master + script_parameters: + input: + required: true + dataclass: number + title: "Input number" + +pipeline_template_in_publicly_accessible_project: + uuid: zzzzz-p5p6p-tmpltpublicproj + owner_uuid: zzzzz-j7d0g-zhxawtyetzwc5f0 + 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 template in publicly accessible project + components: + foo_component: + script: foo + script_version: master + script_parameters: + input: + required: true + dataclass: Collection + title: "default input" + description: "input collection"