X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/231a86fd3f7e30e9f66d71d92ad7c26578637e37..ad92a003eb3c4efdd3f880b5301033b755d6d247:/sdk/cwl/tests/arvados-tests.yml diff --git a/sdk/cwl/tests/arvados-tests.yml b/sdk/cwl/tests/arvados-tests.yml index 0eb606d25c..a46decd961 100644 --- a/sdk/cwl/tests/arvados-tests.yml +++ b/sdk/cwl/tests/arvados-tests.yml @@ -120,7 +120,12 @@ - job: null output: - out: null + "out": { + "location": "hello.out", + "class": "File", + "checksum": "sha1$ec5d3976351abab45a483a49ce714a8430cb203a", + "size": 24 + } tool: 13976-keepref-wf.cwl doc: "Test issue 13976" @@ -179,6 +184,12 @@ tool: wf/runin-reqs-wf4.cwl doc: "RunInSingleContainer discovers static resource request in subworkflow steps" +- job: null + output: + out: null + tool: wf/runin-reqs-wf5.cwl + doc: "RunInSingleContainer has minimum 128 MiB RAM" + - job: secondaryFiles/inp3.yml output: {} tool: secondaryFiles/example1.cwl @@ -212,9 +223,16 @@ output: out: null tool: wf-defaults/wf4.cwl - doc: default in embedded subworkflow missing 'id' field + doc: default in embedded subworkflow missing 'id' field, v1.0 should_fail: true +- job: null + output: + out: null + tool: wf-defaults/wf8.cwl + doc: default in embedded subworkflow missing 'id' field, v1.1 + should_fail: false + - job: null output: out: null @@ -304,3 +322,26 @@ should_fail: true tool: 15295-bad-keep-ref.cwl doc: Test checking for invalid keepref + +- job: listing-job.yml + output: { + "out": { + "class": "File", + "location": "output.txt", + "size": 5, + "checksum": "sha1$724ba28f4a9a1b472057ff99511ed393a45552e1" + } + } + tool: 16169-no-listing-hint.cwl + doc: "Test cwltool:LoadListingRequirement propagation" + +- job: hello.yml + output: + "out": { + "location": "hello.out", + "class": "File", + "checksum": "sha1$ec5d3976351abab45a483a49ce714a8430cb203a", + "size": 24 + } + tool: 16377-missing-default.cwl + doc: "Test issue 16377 - missing default fails even when it should be overridden by valid input"