X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc7d01f4d4031962ffd5734ca0c64146a7217e4a..c0e203e7f3e9e40736eac63cbe440d5e46e379c0:/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 d7b9d61a74..f45077197f 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/blub.txt + location: keep:5d373e7629203ce39e7c22af98a0f881+52/blub.txt inputBinding: position: 1 outputs: [] @@ -19,8 +23,8 @@ $graph: inputs: - id: '#main/x' type: File - default: {class: File, location: 'keep:99999999999999999999999999999992+99/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', @@ -28,7 +32,8 @@ $graph: - 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'