X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a27e0874320e408124fee837b355995350bbc7ee..aabf1ca0e99701550f9af785e9f1fee098b0020a:/sdk/cwl/tests/arvados-tests.yml diff --git a/sdk/cwl/tests/arvados-tests.yml b/sdk/cwl/tests/arvados-tests.yml index c38fb0b90e..a0de23694c 100644 --- a/sdk/cwl/tests/arvados-tests.yml +++ b/sdk/cwl/tests/arvados-tests.yml @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + - job: dir-job.yml output: "outlist": { @@ -87,3 +91,29 @@ output: {} tool: noreuse.cwl doc: "Test arv:ReuseRequirement" + +- job: 12213-keepref-job.yml + output: { + "out": [ + { + "checksum": "sha1$1c78028c0d69163391eef89316b44a57bde3fead", + "location": "sample1_S01_R1_001.fastq.txt", + "class": "File", + "size": 32 + }, + { + "checksum": "sha1$83483b9c65d99967aecc794c14f9f4743314d186", + "location": "sample2_S01_R3_001.fastq.txt", + "class": "File", + "size": 32 + } + ] + } + tool: 12213-keepref-wf.cwl + doc: "Test manipulating keep references with expression tools" + +- job: null + output: + out: null + tool: 12418-glob-empty-collection.cwl + doc: "Test glob output on empty collection"