Merge branch '13681-wb-acr-submit-ram' closes #13681
[arvados.git] / sdk / cwl / tests / wf / expect_packed.cwl
index c17612ccc2c5a7b81b6fa86a987e611e7df6b5dd..7def3e639bfc49f83d2f321b01dfe60fbe9b4711 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
@@ -19,16 +23,17 @@ $graph:
   inputs:
   - id: '#main/x'
     type: File
-    default: {class: File, location: 'keep:169f39d466a5438ac4a90e779bf750c7+53/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'