17044: implement review comments (part 2): update cwl tests to use
[arvados.git] / sdk / cwl / tests / tool / submit_tool.cwl
index e9fa423ee664bf1c3513d9d8ed80c01616ee2c71..f8193d9f633644532a876c4e381a821b17571cd7 100644 (file)
@@ -1,19 +1,23 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 # Test case for arvados-cwl-runner
 #
 # Used to test whether scanning a tool file for dependencies (e.g. default
 # value blub.txt) and uploading to Keep works as intended.
 
 class: CommandLineTool
-cwlVersion: draft-3
+cwlVersion: v1.0
 requirements:
   - class: DockerRequirement
-    dockerPull: debian:8
+    dockerPull: debian:buster-slim
 inputs:
   - id: x
     type: File
     default:
       class: File
-      path: blub.txt
+      location: blub.txt
     inputBinding:
       position: 1
 outputs: []