|
327 | 327 | output:
|
328 | 328 | count_output: 16
|
329 | 329 | tool: tests/count-lines19-wf.cwl
|
330 |
| - label: wf_wc_nomultiple |
| 330 | + label: wf_wc_nomultiple_merge_nested |
331 | 331 | id: count-lines19-wf
|
332 | 332 | doc: >-
|
333 | 333 | Test when step source is a single-item list and linkMerge is
|
|
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
|
|
2986 | 2986 | "class": "File"
|
2987 | 2987 | "size": 12010
|
2988 | 2988 | tool: tests/initialworkdir-glob-fullpath.cwl
|
2989 |
| - doc: Test output of InitialWorkDir |
2990 |
| - tags: [ initial_work_dir ] |
| 2989 | + label: initial_workdir_output_glob |
| 2990 | + doc: Test full path glob output of InitialWorkDir |
| 2991 | + tags: [ initial_work_dir, command_line_tool ] |
2991 | 2992 | id: 230
|
2992 | 2993 |
|
| 2994 | +# same test as above but keeping it for preserve ids maybe? I don't know - |
| 2995 | +# there is a reason I added labels before these ids were here :) |
2993 | 2996 | - job: tests/initialworkdirrequirement-docker-out-job.json
|
2994 | 2997 | output:
|
2995 | 2998 | OUTPUT:
|
|
3004 | 3007 | "class": "File"
|
3005 | 3008 | "size": 12010
|
3006 | 3009 | tool: tests/initialworkdir-glob-fullpath.cwl
|
3007 |
| - doc: Test if full paths are allowed in glob |
3008 |
| - tags: [ initial_work_dir ] |
| 3010 | + label: initial_workdir_output_glob_duplicate |
| 3011 | + doc: Test full path glob output of InitialWorkDir (duplicate) |
| 3012 | + tags: [ initial_work_dir, command_line_tool ] |
3009 | 3013 | id: 231
|
3010 | 3014 |
|
3011 | 3015 | - job: tests/empty.json
|
3012 | 3016 | should_fail: true
|
3013 | 3017 | tool: tests/glob-path-error.cwl
|
| 3018 | + label: glob_outside_outputs_fails |
3014 | 3019 | doc: Test fail trying to glob outside output directory
|
3015 |
| - tags: [ required ] |
| 3020 | + tags: [ required, command_line_tool, docker ] |
3016 | 3021 | id: 232
|
3017 | 3022 |
|
3018 | 3023 | - job: tests/empty.json
|
|
3025 | 3030 | "baesname": "symlink.txt"
|
3026 | 3031 | "checksum": "sha1$cd28ec34f3f9425aca544b6332453708e8aaa82a"
|
3027 | 3032 | should_fail: true
|
| 3033 | + tags: [ command_line_tool ] |
3028 | 3034 | id: 233
|
3029 | 3035 |
|
3030 | 3036 | - job: tests/empty.json
|
|
3037 | 3043 | "basename": "symlink.txt"
|
3038 | 3044 | "checksum": "sha1$cd28ec34f3f9425aca544b6332453708e8aaa82a"
|
3039 | 3045 | id: 234
|
| 3046 | + tags: [ command_line_tool ] |
3040 | 3047 |
|
3041 | 3048 | - job: tests/empty.json
|
3042 | 3049 | tool: tests/inp_update_wf.cwl
|
3043 | 3050 | doc: inplace update has side effect on file content
|
3044 |
| - tags: [ inplace_update ] |
| 3051 | + tags: [ inplace_update, workflow ] |
3045 | 3052 | output:
|
3046 | 3053 | a: 4
|
3047 | 3054 | b: 4
|
|
3050 | 3057 | - job: tests/empty.json
|
3051 | 3058 | tool: tests/inpdir_update_wf.cwl
|
3052 | 3059 | doc: inplace update has side effect on directory content
|
3053 |
| - tags: [ inplace_update ] |
| 3060 | + tags: [ inplace_update, workflow ] |
3054 | 3061 | output: {
|
3055 | 3062 | a: [
|
3056 | 3063 | {
|
|
3158 | 3165 | id: 239
|
3159 | 3166 |
|
3160 | 3167 | - doc: Test that if array of input files are staged to directory with basename and entryname, entryname overrides
|
3161 |
| - label: stage_file_array |
| 3168 | + label: stage_file_array_entryname_overrides |
3162 | 3169 | tool: tests/stage_file_array_basename_and_entryname.cwl
|
3163 | 3170 | job: tests/stage_file_array.job.json
|
3164 | 3171 | output:
|
|
0 commit comments