Merge branch '18947-githttpd'
[arvados.git] / sdk / cwl / tests / submit_test_job.json
index 95ff0ff981174e05caf292addf59cc5af24f7198..be5f6bf1a13b3872d59ae80c2b78ddf4159105f3 100644 (file)
@@ -2,5 +2,23 @@
     "x": {
         "class": "File",
         "path": "input/blorp.txt"
+    },
+    "y": {
+        "class": "Directory",
+        "location": "keep:99999999999999999999999999999998+99",
+        "listing": [{
+            "class": "File",
+            "location": "keep:99999999999999999999999999999998+99/file1.txt"
+        }]
+    },
+    "z": {
+        "class": "Directory",
+        "basename": "anonymous",
+        "listing": [{
+            "basename": "renamed.txt",
+            "class": "File",
+            "location": "keep:99999999999999999999999999999998+99/file1.txt"
+        }],
+        "location": "_:df80736f-f14d-4b10-b2e3-03aa27f034bb"
     }
 }