Skip to content

Commit c5305cf

Browse files
committed
Fixup copied over v1.1 conformance tests - matching commit in v1.1.
xref common-workflow-language/cwl-v1.1#72
1 parent 3e38490 commit c5305cf

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

conformance_tests.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@
879879
label: metadata
880880
id: 63
881881
doc: Test metadata
882-
tags: [ required ]
882+
tags: [ required, command_line_tool ]
883883

884884
- job: tests/formattest-job.json
885885
output:
@@ -1894,7 +1894,7 @@
18941894
checksum: "sha1$7d5ca8c0c03e883c56c4eb1ef6f6bb9bccad4d86"
18951895
size: 8
18961896
tool: tests/envvar3.cwl
1897-
label: env_home_tmpdir_docker
1897+
label: env_home_tmpdir_docker_no_return_code
18981898
id: 134
18991899
doc: Test $HOME and $TMPDIR are set correctly in Docker without using return code
19001900
tags: [ shell_command, command_line_tool ]
@@ -2894,7 +2894,7 @@
28942894
tool: tests/networkaccess2.cwl
28952895
label: networkaccess_disabled
28962896
doc: Test networkaccess is disabled by default
2897-
tags: [ networkaccess ]
2897+
tags: [ networkaccess, command_line_tool ]
28982898
id: 224
28992899

29002900
- job: tests/stage-array-job.json
@@ -2987,7 +2987,7 @@
29872987
"size": 12010
29882988
tool: tests/initialworkdir-glob-fullpath.cwl
29892989
doc: Test output of InitialWorkDir
2990-
tags: [ initial_work_dir ]
2990+
tags: [ initial_work_dir, command_line_tool ]
29912991
id: 230
29922992

29932993
- job: tests/initialworkdirrequirement-docker-out-job.json
@@ -3025,6 +3025,7 @@
30253025
"baesname": "symlink.txt"
30263026
"checksum": "sha1$cd28ec34f3f9425aca544b6332453708e8aaa82a"
30273027
should_fail: true
3028+
tags: [ command_line_tool ]
30283029
id: 233
30293030

30303031
- job: tests/empty.json
@@ -3037,11 +3038,12 @@
30373038
"basename": "symlink.txt"
30383039
"checksum": "sha1$cd28ec34f3f9425aca544b6332453708e8aaa82a"
30393040
id: 234
3041+
tags: [ command_line_tool ]
30403042

30413043
- job: tests/empty.json
30423044
tool: tests/inp_update_wf.cwl
30433045
doc: inplace update has side effect on file content
3044-
tags: [ inplace_update ]
3046+
tags: [ inplace_update, workflow ]
30453047
output:
30463048
a: 4
30473049
b: 4
@@ -3050,7 +3052,7 @@
30503052
- job: tests/empty.json
30513053
tool: tests/inpdir_update_wf.cwl
30523054
doc: inplace update has side effect on directory content
3053-
tags: [ inplace_update ]
3055+
tags: [ inplace_update, workflow ]
30543056
output: {
30553057
a: [
30563058
{

0 commit comments

Comments
 (0)