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
parent 4bf072435d
commit a73c380341
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F
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