mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +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
8bc17e0d7a
commit
3565bc2bf2
@ -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…
Reference in New Issue
Block a user