Merge branch '7475-nodemgr-unsatisfiable-job-comms'
[arvados.git] / sdk / cwl / tests / wf / expect_packed.cwl
index d7b9d61a749d51db0aca57581ad1c51feca1969d..f45077197fef194662c206a72045b2a26ddaae24 100644 (file)
@@ -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'