X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cae94f22b760c6c6899fc4d23db15d389535ff0a..670b4ba238d93910ff087794d359da0d5ac469fa:/sdk/cwl/tests/wf/expect_packed.cwl diff --git a/sdk/cwl/tests/wf/expect_packed.cwl b/sdk/cwl/tests/wf/expect_packed.cwl index 3545f34abb..25d02b2b80 100644 --- a/sdk/cwl/tests/wf/expect_packed.cwl +++ b/sdk/cwl/tests/wf/expect_packed.cwl @@ -16,6 +16,16 @@ $graph: - default: {basename: blorp.txt, class: File, location: 'keep:99999999999999999999999999999991+99/input/blorp.txt'} id: '#main/x' type: File + - default: {basename: 99999999999999999999999999999998+99, class: Directory, location: 'keep:99999999999999999999999999999998+99'} + id: '#main/y' + type: Directory + - default: + basename: anonymous + class: Directory + listing: + - {basename: renamed.txt, class: File, location: 'keep:99999999999999999999999999999998+99/file1.txt'} + id: '#main/z' + type: Directory outputs: [] steps: - id: '#main/step1'