From 12e0b04c56f0e1ba9dd0f0450d9e96ceee04f1b7 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 11 May 2022 15:57:06 -0400 Subject: [PATCH] 19109: Fix integration test Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/tests/arvados-tests.yml | 11 +++++++++-- sdk/cwl/tests/cat2.cwl | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) 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 -- 2.30.2