19109: Fix integration test
authorPeter Amstutz <peter.amstutz@curii.com>
Wed, 11 May 2022 19:57:06 +0000 (15:57 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 11 May 2022 19:57:06 +0000 (15:57 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/cwl/tests/arvados-tests.yml
sdk/cwl/tests/cat2.cwl

index 836e667008cdaa54376d6a87dd0470018ba4e95a..2f309cfe81e6aae5a26ebacdea842d957d07ab0b 100644 (file)
 - job: 19109-upload-secondary.yml
   output: {
     "out": {
-        "basename": "catted",
+        "basename": "file1.catted",
         "class": "File",
-        "location": "catted",
+        "location": "file1.catted",
         "size": 20,
         "checksum": "sha1$c4cead17cebdd829f38c48e18a28f1da72339ef7"
+    },
+    "out2": {
+        "basename": "file2.catted",
+        "checksum": "sha1$6f71c5d1512519ede45bedfdd624e05fd8037b0d",
+        "class": "File",
+        "location": "file2.catted",
+        "size": 12
     }
   }
   tool: 19109-upload-secondary.cwl
index f8cd57822df6f67a3dc54cf7e4438c610ce8df33..82d93efbf04f3c5afbab72b17d3520372f0b8e15 100644 (file)
@@ -10,7 +10,7 @@ inputs:
     secondaryFiles:
       - pattern: .tbi
         required: true
-stdout: catted
+stdout: $(inputs.inp.nameroot).catted
 outputs:
   out:
     type: stdout