Merge branch '11917-dont-clear-cache'
[arvados.git] / sdk / cwl / tests / submit_test_job.json
index 95ff0ff981174e05caf292addf59cc5af24f7198..49d5944c06d81f6f3ece48c8f37ce5421859a942 100644 (file)
@@ -2,5 +2,22 @@
     "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"
+        }]
     }
 }