mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 17:20:19 +00:00
Fix the filemap checks
This commit is contained in:
parent
8cbc51737a
commit
ed4b34525a
3 changed files with 7 additions and 9 deletions
|
@ -1184,7 +1184,7 @@ repos:
|
|||
- id: nox
|
||||
alias: check-filemap
|
||||
name: Check Filename Map Change Matching
|
||||
files: ^tests/filename_map\.yml$
|
||||
files: ^tests/(filename_map\.yml|.*\.py)$
|
||||
pass_filenames: false
|
||||
args:
|
||||
- -e
|
||||
|
|
|
@ -109,8 +109,8 @@ salt/cli/key.py:
|
|||
salt/cli/salt.py:
|
||||
- integration.cli.test_grains
|
||||
- integration.shell.test_enabled
|
||||
- integration.shell.test_matcher
|
||||
- pytests.integration.cli.test_salt
|
||||
- pytests.integration.cli.test_matcher
|
||||
|
||||
salt/client/*:
|
||||
- integration.client.test_kwarg
|
||||
|
@ -146,7 +146,7 @@ salt/(utils|renderers)/jinja\.py:
|
|||
- integration.states.test_renderers
|
||||
|
||||
salt/utils/minions.py:
|
||||
- integration.shell.test_matcher
|
||||
- pytests.integration.cli.test_matcher
|
||||
|
||||
salt/utils/reactor.py:
|
||||
- integration.reactor.test_reactor
|
||||
|
@ -164,7 +164,7 @@ salt/(client/ssh/.+|cli/ssh\.py):
|
|||
- integration.ssh.test_jinja_filters
|
||||
- integration.ssh.test_master
|
||||
- integration.ssh.test_mine
|
||||
- integration.ssh.test_pillar
|
||||
- pytests.integration.ssh.test_pillar
|
||||
- integration.ssh.test_raw
|
||||
- integration.ssh.test_state
|
||||
|
||||
|
@ -177,9 +177,8 @@ salt/loader.py:
|
|||
|
||||
salt/minion.py:
|
||||
- integration.client.test_syndic
|
||||
- integration.minion.test_pillar
|
||||
- integration.minion.test_timeout
|
||||
- integration.shell.test_matcher
|
||||
- pytests.integration.cli.test_matcher
|
||||
- pytests.functional.pillar.test_top
|
||||
- pytests.functional.pillar.test_gpg
|
||||
- pytests.integration.modules.test_pillar
|
||||
|
@ -202,7 +201,7 @@ salt/output/*:
|
|||
- integration.output.test_output
|
||||
|
||||
salt/pillar/__init__.py:
|
||||
- integration.pillar.test_pillar_include
|
||||
- pytests.integration.pillar.test_pillar_include
|
||||
- pytests.functional.pillar.test_top
|
||||
- pytests.functional.pillar.test_gpg
|
||||
- pytests.integration.modules.test_pillar
|
||||
|
@ -248,7 +247,7 @@ salt/utils/vt.py:
|
|||
- integration.ssh.test_grains
|
||||
- integration.ssh.test_jinja_filters
|
||||
- integration.ssh.test_mine
|
||||
- integration.ssh.test_pillar
|
||||
- pytests.integration.ssh.test_pillar
|
||||
- integration.ssh.test_raw
|
||||
- integration.ssh.test_state
|
||||
|
||||
|
|
|
@ -152,7 +152,6 @@ class BadTestModuleNamesTestCase(TestCase):
|
|||
"integration.shell.test_key",
|
||||
"integration.shell.test_master",
|
||||
"integration.shell.test_master_tops",
|
||||
"integration.shell.test_matcher",
|
||||
"integration.shell.test_minion",
|
||||
"integration.shell.test_proxy",
|
||||
"integration.shell.test_runner",
|
||||
|
|
Loading…
Add table
Reference in a new issue