X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8d4ec10fc26d93d282845c789cd61da79e4b2836..3b4da80a23136c0cec743ee4cdad9b22b51ac3e0:/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 f4d60dbfe8..7def3e639b 100644 --- a/sdk/cwl/tests/wf/expect_packed.cwl +++ b/sdk/cwl/tests/wf/expect_packed.cwl @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + cwlVersion: v1.0 $graph: - class: CommandLineTool @@ -9,7 +13,7 @@ $graph: type: File default: class: File - location: keep:99999999999999999999999999999991+99/tool/blub.txt + location: keep:5d373e7629203ce39e7c22af98a0f881+52/blub.txt inputBinding: position: 1 outputs: [] @@ -19,16 +23,17 @@ $graph: inputs: - id: '#main/x' type: File - default: {class: File, location: 'keep:99999999999999999999999999999991+99/input/blorp.txt', - basename: blorp.txt} + default: {class: File, location: keep:169f39d466a5438ac4a90e779bf750c7+53/blorp.txt, + size: 16, basename: blorp.txt, nameroot: blorp, nameext: .txt} - id: '#main/y' type: Directory - default: {class: Directory, location: 'keep:99999999999999999999999999999998+99', + default: {class: Directory, location: keep:99999999999999999999999999999998+99, basename: 99999999999999999999999999999998+99} - id: '#main/z' type: Directory default: {class: Directory, basename: anonymous, listing: [{basename: renamed.txt, - class: File, location: 'keep:99999999999999999999999999999998+99/file1.txt'}]} + class: File, location: keep:99999999999999999999999999999998+99/file1.txt, + nameroot: renamed, nameext: .txt}]} outputs: [] steps: - id: '#main/step1'