|
879 | 879 | label: metadata
|
880 | 880 | id: 63
|
881 | 881 | doc: Test metadata
|
882 |
| - tags: [ required ] |
| 882 | + tags: [ required, command_line_tool ] |
883 | 883 |
|
884 | 884 | - job: tests/formattest-job.json
|
885 | 885 | output:
|
|
1894 | 1894 | checksum: "sha1$7d5ca8c0c03e883c56c4eb1ef6f6bb9bccad4d86"
|
1895 | 1895 | size: 8
|
1896 | 1896 | tool: tests/envvar3.cwl
|
1897 |
| - label: env_home_tmpdir_docker |
| 1897 | + label: env_home_tmpdir_docker_no_return_code |
1898 | 1898 | id: 134
|
1899 | 1899 | doc: Test $HOME and $TMPDIR are set correctly in Docker without using return code
|
1900 | 1900 | tags: [ shell_command, command_line_tool ]
|
|
2894 | 2894 | tool: tests/networkaccess2.cwl
|
2895 | 2895 | label: networkaccess_disabled
|
2896 | 2896 | doc: Test networkaccess is disabled by default
|
2897 |
| - tags: [ networkaccess ] |
| 2897 | + tags: [ networkaccess, command_line_tool ] |
2898 | 2898 | id: 224
|
2899 | 2899 |
|
2900 | 2900 | - job: tests/stage-array-job.json
|
|
2987 | 2987 | "size": 12010
|
2988 | 2988 | tool: tests/initialworkdir-glob-fullpath.cwl
|
2989 | 2989 | doc: Test output of InitialWorkDir
|
2990 |
| - tags: [ initial_work_dir ] |
| 2990 | + tags: [ initial_work_dir, command_line_tool ] |
2991 | 2991 | id: 230
|
2992 | 2992 |
|
2993 | 2993 | - job: tests/initialworkdirrequirement-docker-out-job.json
|
|
3025 | 3025 | "baesname": "symlink.txt"
|
3026 | 3026 | "checksum": "sha1$cd28ec34f3f9425aca544b6332453708e8aaa82a"
|
3027 | 3027 | should_fail: true
|
| 3028 | + tags: [ command_line_tool ] |
3028 | 3029 | id: 233
|
3029 | 3030 |
|
3030 | 3031 | - job: tests/empty.json
|
|
3037 | 3038 | "basename": "symlink.txt"
|
3038 | 3039 | "checksum": "sha1$cd28ec34f3f9425aca544b6332453708e8aaa82a"
|
3039 | 3040 | id: 234
|
| 3041 | + tags: [ command_line_tool ] |
3040 | 3042 |
|
3041 | 3043 | - job: tests/empty.json
|
3042 | 3044 | tool: tests/inp_update_wf.cwl
|
3043 | 3045 | doc: inplace update has side effect on file content
|
3044 |
| - tags: [ inplace_update ] |
| 3046 | + tags: [ inplace_update, workflow ] |
3045 | 3047 | output:
|
3046 | 3048 | a: 4
|
3047 | 3049 | b: 4
|
|
3050 | 3052 | - job: tests/empty.json
|
3051 | 3053 | tool: tests/inpdir_update_wf.cwl
|
3052 | 3054 | doc: inplace update has side effect on directory content
|
3053 |
| - tags: [ inplace_update ] |
| 3055 | + tags: [ inplace_update, workflow ] |
3054 | 3056 | output: {
|
3055 | 3057 | a: [
|
3056 | 3058 | {
|
|
0 commit comments