X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/419013258ddead1ece05327e96017222f4aa7de8..e6a720d548ea851e5db9970f013456c8daeb35fc:/sdk/cwl/tests/arvados-tests.yml diff --git a/sdk/cwl/tests/arvados-tests.yml b/sdk/cwl/tests/arvados-tests.yml index 1187962a8e..87528b2ae5 100644 --- a/sdk/cwl/tests/arvados-tests.yml +++ b/sdk/cwl/tests/arvados-tests.yml @@ -8,3 +8,77 @@ } tool: keep-dir-test-input.cwl doc: Test directory in keep + +- job: dir-job2.yml + output: + "outlist": { + "size": 20, + "location": "output.txt", + "class": "File", + "checksum": "sha1$13cda8661796ae241da3a18668fb552161a72592" + } + tool: keep-dir-test-input.cwl + doc: Test directory in keep + +- job: null + output: + "outlist": { + "size": 20, + "location": "output.txt", + "class": "File", + "checksum": "sha1$13cda8661796ae241da3a18668fb552161a72592" + } + tool: keep-dir-test-input2.cwl + doc: Test default directory in keep + +- job: null + output: + "outlist": { + "size": 20, + "location": "output.txt", + "class": "File", + "checksum": "sha1$13cda8661796ae241da3a18668fb552161a72592" + } + tool: keep-dir-test-input3.cwl + doc: Test default directory in keep + +- job: octo.yml + 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