X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f08a738f1565b2dabde28dc9e8d1bad9622d5529..d0b58511f396325bf083463d460567bf6f76e468:/sdk/cwl/tests/arvados-tests.yml diff --git a/sdk/cwl/tests/arvados-tests.yml b/sdk/cwl/tests/arvados-tests.yml index 1beadb9de4..87528b2ae5 100644 --- a/sdk/cwl/tests/arvados-tests.yml +++ b/sdk/cwl/tests/arvados-tests.yml @@ -46,3 +46,39 @@ output: {} tool: cat.cwl doc: Test hashes in filenames + +- job: listing-job.yml + output: { + "out": { + "class": "File", + "location": "output.txt", + "size": 5, + "checksum": "sha1$724ba28f4a9a1b472057ff99511ed393a45552e1" + } + } + tool: wf/listing_shallow.cwl + doc: test shallow directory listing + +- job: listing-job.yml + output: { + "out": { + "class": "File", + "location": "output.txt", + "size": 5, + "checksum": "sha1$724ba28f4a9a1b472057ff99511ed393a45552e1" + } + } + tool: wf/listing_none.cwl + doc: test no directory listing + +- job: listing-job.yml + output: { + "out": { + "class": "File", + "location": "output.txt", + "size": 5, + "checksum": "sha1$724ba28f4a9a1b472057ff99511ed393a45552e1" + } + } + tool: wf/listing_deep.cwl + doc: test deep directory listing