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:
Erik Johnson 2017-12-24 12:49:45 -06:00 committed by rallytime
parent 8bc17e0d7a
commit 3565bc2bf2
No known key found for this signature in database
GPG Key ID: E8F1A4B90D0DEA19
3 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@ test-state:
salt.state:
- tgt: '*'
- sls:
- include-test
- orch.target-test
cmd.run:
salt.function:

View File

@ -8,7 +8,7 @@ test-state:
salt.state:
- tgt: '*'
- sls:
- include-test
- orch.target-test
cmd.run:
salt.function:

View File

@ -0,0 +1,2 @@
always_true:
test.succeed_without_changes