mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Run include tests when pillar source changes
This commit is contained in:
parent
307cec64e1
commit
b0af11f3d3
2 changed files with 2 additions and 0 deletions
|
@ -192,6 +192,7 @@ salt/output/*:
|
|||
|
||||
salt/pillar/__init__.py:
|
||||
- integration.minion.test_pillar
|
||||
- integration.pillar.test_pillar_include
|
||||
|
||||
salt/(cli/run\.py|runner\.py):
|
||||
- integration.shell.test_runner
|
||||
|
|
|
@ -142,6 +142,7 @@ class BadTestModuleNamesTestCase(TestCase):
|
|||
'integration.netapi.rest_tornado.test_app',
|
||||
'integration.netapi.rest_cherrypy.test_app_pam',
|
||||
'integration.output.test_output',
|
||||
'integration.pillar.test_pillar_include',
|
||||
'integration.proxy.test_shell',
|
||||
'integration.proxy.test_simple',
|
||||
'integration.reactor.test_reactor',
|
||||
|
|
Loading…
Add table
Reference in a new issue