X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c980683a243903babe9cc09cabc71e1c6229fef1..cb5bace40cc3cac007ce5940a0f89a3e40952c43:/sdk/cwl/tests/tool/submit_tool.cwl diff --git a/sdk/cwl/tests/tool/submit_tool.cwl b/sdk/cwl/tests/tool/submit_tool.cwl index 4bdb2350ea..f8193d9f63 100644 --- a/sdk/cwl/tests/tool/submit_tool.cwl +++ b/sdk/cwl/tests/tool/submit_tool.cwl @@ -1,13 +1,23 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + +# Test case for arvados-cwl-runner +# +# Used to test whether scanning a tool file for dependencies (e.g. default +# value blub.txt) and uploading to Keep works as intended. + class: CommandLineTool +cwlVersion: v1.0 requirements: - class: DockerRequirement - dockerPull: debian:8 + dockerPull: debian:buster-slim inputs: - id: x type: File default: class: File - path: blub.txt + location: blub.txt inputBinding: position: 1 outputs: []