Skip to content

Commit 9ad380b

Browse files
rupertnashmr-c
authored andcommitted
InitialWorkDirRequirement tests label/id fix
1 parent a2a41ff commit 9ad380b

File tree

1 file changed

+36
-18
lines changed

1 file changed

+36
-18
lines changed

tests/iwd/test-index.yaml

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- job: null
2-
id: iwd-nolimit
2+
id: iwd-1
3+
label: iwd-nolimit
34
tool: iwd-nolimit.cwl
45
output:
56
"filelist": {
@@ -13,7 +14,8 @@
1314
tags: [ initial_work_dir, command_line_tool ]
1415

1516
- job: null
16-
id: iwd-jsondump1
17+
id: iwd-2
18+
label: iwd-jsondump1
1719
tool: iwd-jsondump1.cwl
1820
output:
1921
"filelist": {
@@ -27,7 +29,8 @@
2729
tags: [ initial_work_dir, command_line_tool ]
2830

2931
- job: null
30-
id: iwd-jsondump1-nl
32+
id: iwd-3
33+
label: iwd-jsondump1-nl
3134
tool: iwd-jsondump1-nl.cwl
3235
output:
3336
"filelist": {
@@ -41,7 +44,8 @@
4144
tags: [ initial_work_dir, command_line_tool ]
4245

4346
- job: null
44-
id: iwd-jsondump2
47+
id: iwd-4
48+
label: iwd-jsondump2
4549
tool: iwd-jsondump2.cwl
4650
output:
4751
"filelist": {
@@ -55,7 +59,8 @@
5559
tags: [ initial_work_dir, command_line_tool ]
5660

5761
- job: null
58-
id: iwd-jsondump2-nl
62+
id: iwd-5
63+
label: iwd-jsondump2-nl
5964
tool: iwd-jsondump2-nl.cwl
6065
output:
6166
"filelist": {
@@ -69,7 +74,8 @@
6974
tags: [ initial_work_dir, command_line_tool ]
7075

7176
- job: null
72-
id: iwd-jsondump3
77+
id: iwd-6
78+
label: iwd-jsondump3
7379
tool: iwd-jsondump3.cwl
7480
output:
7581
"filelist": {
@@ -83,7 +89,8 @@
8389
tags: [ initial_work_dir, command_line_tool ]
8490

8591
- job: null
86-
id: iwd-jsondump3-nl
92+
id: iwd-7
93+
label: iwd-jsondump3-nl
8794
tool: iwd-jsondump3-nl.cwl
8895
output:
8996
"filelist": {
@@ -97,7 +104,8 @@
97104
tags: [ initial_work_dir, command_line_tool ]
98105

99106
- job: ../loadContents/input.yml
100-
id: iwd-passthrough1
107+
id: iwd-8
108+
label: iwd-passthrough1
101109
tool: iwd-passthrough1.cwl
102110
output:
103111
"filelist": {
@@ -111,7 +119,8 @@
111119
tags: [ initial_work_dir, command_line_tool ]
112120

113121
- job: ../loadContents/input.yml
114-
id: iwd-passthrough2
122+
id: iwd-9
123+
label: iwd-passthrough2
115124
tool: iwd-passthrough2.cwl
116125
output:
117126
"out": {
@@ -125,7 +134,8 @@
125134
tags: [ initial_work_dir, command_line_tool ]
126135

127136
- job: ../loadContents/input.yml
128-
id: iwd-passthrough3
137+
id: iwd-10
138+
label: iwd-passthrough3
129139
tool: iwd-passthrough3.cwl
130140
output:
131141
"filelist": {
@@ -139,7 +149,8 @@
139149
tags: [ initial_work_dir, command_line_tool ]
140150

141151
- job: ../loadContents/input.yml
142-
id: iwd-passthrough4
152+
id: iwd-11
153+
label: iwd-passthrough4
143154
tool: iwd-passthrough4.cwl
144155
output:
145156
"filelist": {
@@ -153,7 +164,8 @@
153164
tags: [ initial_work_dir, command_line_tool ]
154165

155166
- job: null
156-
id: iwd-fileobjs1
167+
id: iwd-12
168+
label: iwd-fileobjs1
157169
tool: iwd-fileobjs1.cwl
158170
output:
159171
"filelist": {
@@ -202,7 +214,8 @@
202214
tags: [ initial_work_dir, command_line_tool ]
203215

204216
- job: null
205-
id: iwd-fileobjs2
217+
id: iwd-13
218+
label: iwd-fileobjs2
206219
tool: iwd-fileobjs2.cwl
207220
output:
208221
"filelist": {
@@ -251,7 +264,8 @@
251264
tags: [ initial_work_dir, command_line_tool ]
252265

253266
- job: ../loadContents/input.yml
254-
id: iwd-container-entryname1
267+
id: iwd-14
268+
label: iwd-container-entryname1
255269
tool: iwd-container-entryname1.cwl
256270
output:
257271
"head": {
@@ -265,28 +279,32 @@
265279
tags: [ initial_work_dir, command_line_tool ]
266280

267281
- job: ../loadContents/input.yml
268-
id: iwd-container-entryname2
282+
id: iwd-15
283+
label: iwd-container-entryname2
269284
tool: iwd-container-entryname2.cwl
270285
should_fail: true
271286
doc: "Test input mount locations when no container (should fail)"
272287
tags: [ initial_work_dir, command_line_tool ]
273288

274289
- job: ../loadContents/input.yml
275-
id: iwd-container-entryname3
290+
id: iwd-16
291+
label: iwd-container-entryname3
276292
tool: iwd-container-entryname3.cwl
277293
should_fail: true
278294
doc: "Test input mount locations when container is a hint (should fail)"
279295
tags: [ initial_work_dir, command_line_tool ]
280296

281297
- job: ../loadContents/input.yml
282-
id: iwd-container-entryname4
298+
id: iwd-17
299+
label: iwd-container-entryname4
283300
tool: iwd-container-entryname4.cwl
284301
should_fail: true
285302
doc: "Must fail if entryname starts with ../"
286303
tags: [ initial_work_dir, command_line_tool ]
287304

288305
- job: ../loadContents/input.yml
289-
id: iwdr_dir_literal_real_file
306+
id: iwd-18
307+
label: iwdr_dir_literal_real_file
290308
tool: iwdr_dir_literal_real_file.cwl
291309
doc: "Test directory literal containing a real file"
292310
output:

0 commit comments

Comments
 (0)