X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/080c940d7a8134a6e277a53b7e45eb27e2b2c87f..ae92d144610446849eb568247a44f02ae985c281:/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 7b3b4503ef..42c7b251f8 100644 --- a/sdk/cwl/tests/wf/expect_packed.cwl +++ b/sdk/cwl/tests/wf/expect_packed.cwl @@ -11,8 +11,11 @@ "inputs": [ { "default": { + "basename": "blub.txt", "class": "File", - "location": "keep:5d373e7629203ce39e7c22af98a0f881+52/blub.txt" + "location": "keep:5d373e7629203ce39e7c22af98a0f881+52/blub.txt", + "nameext": ".txt", + "nameroot": "blub" }, "id": "#submit_tool.cwl/x", "inputBinding": { @@ -25,7 +28,8 @@ "requirements": [ { "class": "DockerRequirement", - "dockerPull": "debian:8" + "dockerPull": "debian:buster-slim", + "http://arvados.org/cwl#dockerCollectionPDH": "999999999999999999999999999999d4+99" } ] }, @@ -64,9 +68,11 @@ "class": "File", "location": "keep:99999999999999999999999999999998+99/file1.txt", "nameext": ".txt", - "nameroot": "renamed" + "nameroot": "renamed", + "size": 0 } - ] + ], + "location": "_:df80736f-f14d-4b10-b2e3-03aa27f034b2" }, "id": "#main/z", "type": "Directory"