16306: Merge branch 'master'
[arvados.git] / sdk / cwl / tests / wf / expect_packed.cwl
index 84b89afa4cb6b1a77d97befbb91d72f804a80e87..4715c10a5e27d92d2f59bba9cca220761d20a041 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 {
     "$graph": [
         {
@@ -8,7 +12,7 @@
                 {
                     "default": {
                         "class": "File",
-                        "location": "keep:99999999999999999999999999999991+99/tool/blub.txt"
+                        "location": "keep:5d373e7629203ce39e7c22af98a0f881+52/blub.txt"
                     },
                     "id": "#submit_tool.cwl/x",
                     "inputBinding": {
@@ -21,8 +25,8 @@
             "requirements": [
                 {
                     "class": "DockerRequirement",
-                    "dockerImageId": "debian:8",
-                    "dockerPull": "debian:8"
+                    "dockerPull": "debian:buster-slim",
+                    "http://arvados.org/cwl#dockerCollectionPDH": "999999999999999999999999999999d4+99"
                 }
             ]
         },
                     "default": {
                         "basename": "blorp.txt",
                         "class": "File",
-                        "location": "keep:99999999999999999999999999999991+99/input/blorp.txt"
+                        "location": "keep:169f39d466a5438ac4a90e779bf750c7+53/blorp.txt",
+                        "nameext": ".txt",
+                        "nameroot": "blorp",
+                        "size": 16
                     },
                     "id": "#main/x",
                     "type": "File"
+                },
+                {
+                    "default": {
+                        "basename": "99999999999999999999999999999998+99",
+                        "class": "Directory",
+                        "location": "keep:99999999999999999999999999999998+99"
+                    },
+                    "id": "#main/y",
+                    "type": "Directory"
+                },
+                {
+                    "default": {
+                        "basename": "anonymous",
+                        "class": "Directory",
+                        "listing": [
+                            {
+                                "basename": "renamed.txt",
+                                "class": "File",
+                                "location": "keep:99999999999999999999999999999998+99/file1.txt",
+                                "nameext": ".txt",
+                                "nameroot": "renamed",
+                                "size": 0
+                            }
+                        ]
+                    },
+                    "id": "#main/z",
+                    "type": "Directory"
                 }
             ],
             "outputs": [],