forked from saltstack/salt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
filename_map.yml
334 lines (273 loc) · 10.9 KB
/
filename_map.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
'*':
- pytests.unit.utils.test_versions
- unit.test_module_names
- unit.test_virtualname
- unit.utils.test_doc
setup.py:
- pytests.scenarios.setup.test_man
- pytests.scenarios.setup.test_install
salt/_logging/(impl|handlers).py:
- pytests.integration._logging.test_jid_logging
- pytests.integration._logging.test_multiple_processes_logging
- pytests.unit._logging.handlers.test_deferred_stream_handler
salt/modules/(apkpkg|aptpkg|ebuildpkg|dpkg_lowpkg|freebsdpkg|mac_brew_pkg|mac_ports_pkg|openbsdpkg|opkg|pacmanpkg|pkgin|pkgng|pkg_resource|rpm_lowpkg|solarisipspkg|solarispkg|win_pkg|xbpspkg|yumpkg|zypperpkg)\.py:
- pytests.unit.states.test_pkg
- pytests.functional.modules.test_pkg
- pytests.functional.states.test_pkg
- pytests.functional.states.pkgrepo.test_centos
- pytests.functional.states.pkgrepo.test_debian
salt/modules/(mac_user|useradd|pw_user|solaris_user|win_useradd)\.py:
- pytests.unit.states.test_user
- pytests.functional.states.test_user
salt/modules/(aix_group|groupadd|mac_group|pw_group|solaris_group|win_groupadd)\.py:
- unit.states.test_group
salt/modules/(debian_service|freebsdservice|gentoo_service|launchctl_service|mac_service|netbsdservice|openbsdrcctl_service|openbsdservice|rh_service|runit|linux_service|smf_service|systemd_service|upstart_service|win_service)\.py:
- pytests.unit.states.test_service
- integration.modules.test_service
- integration.states.test_service
salt/modules/ansiblegate.py:
- pytests.unit.states.test_ansiblegate
- pytests.integration.states.test_ansiblegate
- pytests.functional.modules.test_ansiblegate
- pytests.unit.modules.test_ansiblegate
salt/modules/*apache.py:
- pytests.unit.states.apache.test_apache
- pytests.unit.states.apache.test_conf
- pytests.unit.states.apache.test_module
- pytests.unit.states.apache.test_site
salt/modules/augeas_cfg.py:
- pytests.unit.states.test_augeas
salt/modules/cp.py:
- pytests.functional.modules.file.test_replace
- pytests.unit.modules.file.test_file_basics
- pytests.unit.modules.file.test_file_block_replace
- pytests.unit.modules.file.test_file_chattr
- pytests.unit.modules.file.test_file_comment_line
- pytests.unit.modules.file.test_file_grep
- pytests.unit.modules.file.test_file_line
- pytests.unit.modules.file.test_file_lsattr
- pytests.unit.modules.file.test_file_module
- pytests.unit.modules.file.test_file_selinux
- pytests.unit.states.file.test_copy
- integration.modules.test_file
- integration.states.test_file
salt/modules/dockermod.py:
- pytests.unit.states.test_docker_image
- pytests.unit.states.test_docker_volume
- unit.utils.test_dockermod
- pytests.functional.states.test_docker_container
- integration.states.test_docker_network
salt/modules/file.py:
- pytests.integration.states.test_cron
salt/modules/influxdb08mod.py:
- pytests.unit.states.test_influxdb08_database
- pytests.unit.states.test_influxdb08_user
salt/modules/mysql.py:
- pytests.unit.states.mysql.test_user
- pytests.unit.states.mysql.test_query
- pytests.unit.states.mysql.test_grants
salt/modules/openvswitch.py:
- pytests.unit.states.test_openvswitch_port
salt/(states|modules)/.*postgres.py:
- pytests.unit.states.postgresql.test_cluster
- pytests.unit.states.postgresql.test_database
- pytests.unit.states.postgresql.test_extension
- pytests.unit.states.postgresql.test_group
- pytests.unit.states.postgresql.test_initdb
- pytests.unit.states.postgresql.test_language
- pytests.unit.states.postgresql.test_privileges
- pytests.unit.states.postgresql.test_schema
- pytests.unit.states.postgresql.test_user
salt/modules/rabbitmq.py:
- pytests.unit.states.rabbitmq.test_cluster
- pytests.unit.states.rabbitmq.test_plugin
- pytests.unit.states.rabbitmq.test_policy
- pytests.unit.states.rabbitmq.test_vhost
- integration.states.test_rabbitmq_user
- integration.states.test_rabbitmq_vhost
salt/modules/ssh.py:
- pytests.unit.states.test_ssh_auth
- pytests.unit.states.test_ssh_known_hosts
salt/auth/*:
- pytests.integration.cli.test_salt_auth
salt/cache/*:
- unit.cache.test_cache
- pytests.functional.cache.test_consul
- pytests.functional.cache.test_etcd
- pytests.functional.cache.test_localfs
- pytests.functional.cache.test_memcache
- pytests.functional.cache.test_mysql
- pytests.functional.cache.test_redis
salt/cli/*:
- integration.shell.test_arguments
salt/cli/call.py:
- pytests.integration.cli.test_salt_call
salt/cli/cp.py:
- pytests.integration.cli.test_salt_cp
salt/cli/key.py:
- pytests.integration.cli.test_salt_key
salt/cli/salt.py:
- integration.shell.test_enabled
- pytests.integration.cli.test_salt
- pytests.integration.cli.test_matcher
salt/client/*:
- integration.client.test_kwarg
- integration.client.test_standard
- pytests.integration.client.test_runner
salt/cloud/*:
- pytests.functional.cli.test_salt_cloud
salt/cloud/__init__.py:
- pytests.functional.cli.test_salt_cloud
salt/engines/*:
- pytests.unit.engines.test_engines
salt/grains/*:
- integration.grains.test_custom
salt/matchers/*:
- integration.states.test_match
- pytests.integration.cli.test_matcher
- pytests.unit.modules.test_match
- unit.matchers.test_confirm_top
salt/proxy/*:
- pytests.integration.proxy.test_shell
- pytests.integration.proxy.test_simple
salt/state.py:
- integration.modules.test_state_jinja_filters
- integration.states.test_compiler
- integration.states.test_handle_error
- integration.states.test_handle_iorder
- integration.states.test_match
- integration.states.test_renderers
salt/utils/decorators/*:
- integration.modules.test_decorators
salt/(utils|renderers)/jinja\.py:
- integration.modules.test_state_jinja_filters
- integration.states.test_renderers
salt/utils/minions.py:
- pytests.integration.cli.test_matcher
salt/utils/reactor.py:
- pytests.integration.reactor.test_reactor
salt/cli/daemons.py:
- pytests.integration.cli.test_salt_master
- pytests.integration.cli.test_salt_minion
- pytests.integration.cli.test_salt_proxy
- pytests.integration.cli.test_salt_syndic
salt/(client/ssh/.+|cli/ssh\.py):
- integration.cli.test_custom_module
- integration.ssh.test_deploy
- pytests.integration.ssh.test_grains
- integration.ssh.test_jinja_filters
- integration.ssh.test_master
- integration.ssh.test_mine
- pytests.integration.ssh.test_pillar
- integration.ssh.test_raw
- integration.ssh.test_state
- pytests.integration.ssh.test_py_versions
salt/config/*:
- unit.test_config
- pytests.unit.config.test__validate_opts
salt/loader/*:
- integration.loader.test_ext_grains
- integration.loader.test_ext_modules
- pytests.functional.loader.test_loader
- pytests.functional.loader.test_loaded_base_name
salt/minion.py:
- integration.client.test_syndic
- integration.minion.test_timeout
- pytests.integration.cli.test_matcher
- pytests.functional.pillar.test_top
- pytests.functional.pillar.test_gpg
- pytests.integration.modules.test_pillar
salt/modules/*_sysctl.py:
- pytests.unit.states.test_sysctl
- integration.modules.test_sysctl
salt/netapi/rest_cherrypy/*:
- pytests.functional.netapi.rest_cherrypy.test_auth
- pytests.functional.netapi.rest_cherrypy.test_auth_pam
- pytests.functional.netapi.rest_cherrypy.test_cors
- pytests.functional.netapi.rest_cherrypy.test_external_auth_syntax
- pytests.functional.netapi.rest_cherrypy.test_in_formats
- pytests.functional.netapi.rest_cherrypy.test_out_formats
- pytests.integration.netapi.rest_cherrypy.test_arg_kwarg
- pytests.integration.netapi.rest_cherrypy.test_auth
- pytests.integration.netapi.rest_cherrypy.test_jobs
- pytests.integration.netapi.rest_cherrypy.test_run
- pytests.integration.netapi.rest_cherrypy.test_webhook_disable_auth
- pytests.integration.netapi.test_client
- pytests.integration.netapi.test_ssh_client
salt/netapi/rest_tornado/*:
- integration.netapi.rest_tornado.test_app
- pytests.functional.netapi.rest_tornado.test_auth_handler
- pytests.functional.netapi.rest_tornado.test_base_api_handler
- pytests.functional.netapi.rest_tornado.test_event_listener
- pytests.functional.netapi.rest_tornado.test_external_auth_syntax
- pytests.functional.netapi.rest_tornado.test_utils
- pytests.functional.netapi.rest_tornado.test_webhooks_handler
- pytests.functional.netapi.rest_tornado.test_websockets_handler
- pytests.integration.netapi.rest_tornado.test_events_api_handler
- pytests.integration.netapi.rest_tornado.test_jobs_api_handler
- pytests.integration.netapi.rest_tornado.test_minions_api_handler
- pytests.integration.netapi.rest_tornado.test_root_handler
- pytests.integration.netapi.rest_tornado.test_run_api_handler
- pytests.integration.netapi.test_client
- pytests.integration.netapi.test_ssh_client
salt/output/*:
- integration.output.test_output
salt/pillar/__init__.py:
- pytests.integration.pillar.test_pillar_include
- pytests.functional.pillar.test_top
- pytests.functional.pillar.test_gpg
- pytests.integration.modules.test_pillar
salt/(cli/run\.py|runner\.py):
- pytests.integration.cli.test_salt_run
- integration.runners.test_runner_returns
salt/runners/venafiapi.py:
- integration.externalapi.test_venafiapi
salt/serializers/*:
- pytests.unit.serializers.test_serializers
salt/(cli/spm\.py|spm/.+):
- pytests.unit.spm.test_spm
- pytests.unit.spm.test_pkgfiles
- integration.shell.test_spm
- integration.spm.test_build
- integration.spm.test_files
- integration.spm.test_info
- integration.spm.test_install
- integration.spm.test_remove
- integration.spm.test_repo
salt/utils/docker/*:
- unit.utils.test_dockermod
salt/utils/schedule.py:
- pytests.unit.utils.scheduler.test_error
- pytests.unit.utils.scheduler.test_eval
- pytests.unit.utils.scheduler.test_postpone
- pytests.unit.utils.scheduler.test_skip
- pytests.unit.utils.scheduler.test_maxrunning
- pytests.unit.utils.scheduler.test_helpers
- pytests.unit.utils.scheduler.test_schedule
salt/utils/vt.py:
- integration.cli.test_custom_module
- pytests.integration.ssh.test_grains
- integration.ssh.test_jinja_filters
- integration.ssh.test_mine
- pytests.integration.ssh.test_pillar
- integration.ssh.test_raw
- integration.ssh.test_state
salt/wheel/*:
- pytests.integration.wheel.test_client
salt/(minion\.py|channel/.+|transport/.+):
- pytests.scenarios.multimaster.test_multimaster
- pytests.scenarios.multimaster.test_offline_master
- pytests.scenarios.multimaster.beacons.test_inotify
- pytests.scenarios.multimaster.modules.test_test
- pytests.scenarios.failover.multimaster.test_failover_master
tests/support/mock.py:
- unit.test_mock
tests/support/pytest/mysql.py:
- pytests.functional.states.test_mysql
- pytests.functional.modules.test_mysql
tests/pytests/scenarios/multimaster:
- pytests.scenarios.multimaster.test_multimaster
- pytests.scenarios.multimaster.test_offline_master
- pytests.scenarios.multimaster.beacons.test_inotify
- pytests.scenarios.multimaster.modules.test_test
- pytests.scenarios.failover.multimaster.test_failover_master