X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a1e644bd3b63d97fab7ed1a1d66e00e6dea5fa1e..09cbdc3074b3f1e69c9c537875146f6da0a6ed8f:/sdk/cwl/tests/arvados-tests.yml diff --git a/sdk/cwl/tests/arvados-tests.yml b/sdk/cwl/tests/arvados-tests.yml index 9e691bdba5..4ed4d4ac32 100644 --- a/sdk/cwl/tests/arvados-tests.yml +++ b/sdk/cwl/tests/arvados-tests.yml @@ -449,3 +449,33 @@ output: {} tool: 18994-basename/wf_ren.cwl doc: "Test issue 18994 - correctly stage file with modified basename" + +- job: 19109-upload-secondary.yml + output: { + "out": { + "basename": "file1.catted", + "class": "File", + "location": "file1.catted", + "size": 20, + "checksum": "sha1$c4cead17cebdd829f38c48e18a28f1da72339ef7" + }, + "out2": { + "basename": "file2.catted", + "checksum": "sha1$6f71c5d1512519ede45bedfdd624e05fd8037b0d", + "class": "File", + "location": "file2.catted", + "size": 12 + } + } + tool: 19109-upload-secondary.cwl + doc: "Test issue 19109 - correctly discover & upload secondary files" + +- job: 19678-name-id.yml + output: { + "processed_name": { + "first": "foo", + "last": "bar" + } + } + tool: 19678-name-id.cwl + doc: "Test issue 19678 - non-string type input parameter called 'name'"