Merge branch '18947-githttpd'
[arvados.git] / sdk / cwl / tests / submit_test_job.json
index e453f426acb6f7d2da71075d28a2a8d13de95d0f..be5f6bf1a13b3872d59ae80c2b78ddf4159105f3 100644 (file)
@@ -1,6 +1,24 @@
 {
     "x": {
         "class": "File",
-        "path": "inp/blorp.txt"
+        "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"
     }
 }