X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/372cff3e04b4243eb68d9ae3e296aebcee459aea..7ef27804d92e2c38ff6b22aab4b113b3e1817bf5:/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 260eab8852..40bf63dd7e 100644 --- a/services/api/test/fixtures/pipeline_templates.yml +++ b/services/api/test/fixtures/pipeline_templates.yml @@ -164,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"