16429: add GKE integration test
[arvados-k8s.git] / tests / cwl-diagnostics-hasher / hasher.cwl
diff --git a/tests/cwl-diagnostics-hasher/hasher.cwl b/tests/cwl-diagnostics-hasher/hasher.cwl
new file mode 100644 (file)
index 0000000..86284d9
--- /dev/null
@@ -0,0 +1,21 @@
+#!/usr/bin/env cwl-runner
+
+cwlVersion: v1.0
+class: CommandLineTool
+
+baseCommand: md5sum
+inputs:
+  inputfile:
+    type: File
+    inputBinding:
+      position: 1
+  outputname:
+    type: string
+
+stdout: $(inputs.outputname)
+
+outputs:
+  hasher_out:
+    type: File
+    outputBinding:
+      glob: $(inputs.outputname)