mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Don't use include-test SLS in orch tests
This was the _actual_ cause of the failing test in the state module integration tests.
This commit is contained in:
parent
4bf072435d
commit
a73c380341
3 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,7 @@ test-state:
|
|||
salt.state:
|
||||
- tgt: '*'
|
||||
- sls:
|
||||
- include-test
|
||||
- orch.target-test
|
||||
|
||||
cmd.run:
|
||||
salt.function:
|
||||
|
|
|
@ -8,7 +8,7 @@ test-state:
|
|||
salt.state:
|
||||
- tgt: '*'
|
||||
- sls:
|
||||
- include-test
|
||||
- orch.target-test
|
||||
|
||||
cmd.run:
|
||||
salt.function:
|
||||
|
|
2
tests/integration/files/file/base/orch/target-test.sls
Normal file
2
tests/integration/files/file/base/orch/target-test.sls
Normal file
|
@ -0,0 +1,2 @@
|
|||
always_true:
|
||||
test.succeed_without_changes
|
Loading…
Add table
Reference in a new issue