From: Peter Amstutz Date: Wed, 11 May 2022 19:57:06 +0000 (-0400) Subject: 19109: Fix integration test X-Git-Tag: 2.5.0~178^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/12e0b04c56f0e1ba9dd0f0450d9e96ceee04f1b7 19109: Fix integration test Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/sdk/cwl/tests/arvados-tests.yml b/sdk/cwl/tests/arvados-tests.yml index 836e667008..2f309cfe81 100644 --- a/sdk/cwl/tests/arvados-tests.yml +++ b/sdk/cwl/tests/arvados-tests.yml @@ -453,11 +453,18 @@ - 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 diff --git a/sdk/cwl/tests/cat2.cwl b/sdk/cwl/tests/cat2.cwl index f8cd57822d..82d93efbf0 100644 --- a/sdk/cwl/tests/cat2.cwl +++ b/sdk/cwl/tests/cat2.cwl @@ -10,7 +10,7 @@ inputs: secondaryFiles: - pattern: .tbi required: true -stdout: catted +stdout: $(inputs.inp.nameroot).catted outputs: out: type: stdout