salt/tests/integration
Daniel Wallace f309bae8b4 Make sure runtests_engine is ASCII text
If this is has any unicode characters in it, it won't load on systems that do
not default to a unicode locale.

find . -type f | while read line; do ret=$(file $line); if [[ $ret == *UTF-8* && $line == *.py ]]; then echo $line; fi; done

The above will list all files that have unicode characters in it and won't load
with locale set to C or POSIX
2017-06-05 17:30:28 -06:00
..
cli Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
client Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
cloud fix azure tests to query provider 2017-05-04 16:50:24 -04:00
externalapi tag venafi as destructive and expensive 2017-05-25 15:15:49 -06:00
files Make sure runtests_engine is ASCII text 2017-06-05 17:30:28 -06:00
fileserver These are not integration tests 2017-04-01 14:22:51 +01:00
grains Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
loader Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
minion Add "conf_file" to ADDITIONAL_OPTS for pillar integration tests 2017-05-15 13:52:07 -06:00
mockbin Add "mockbin" directory and a fake "su" wrapper for tests 2012-07-26 22:14:00 +06:00
modules Merge pull request #41390 from rallytime/merge-nitrogen 2017-05-24 15:27:22 -06:00
netapi decode to string before trying to load JSON 2017-05-16 14:20:05 -05:00
output Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
pillar Skip Pygit2 tests until EPEL fixes pygit2/libgit2 version mismatch 2017-04-28 13:25:02 -05:00
proxy Rename proxy test files to use test_* syntax 2017-05-24 13:03:21 -06:00
reactor Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
renderers Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
returners Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
runners specify when to run venafi tests 2017-05-25 10:27:40 -06:00
sdb Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
shell Check master shut down correctly. 2017-05-23 11:53:56 +03:00
ssh Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
states Skip a test that doesn't apply to Python 3 2017-05-25 09:37:35 -05:00
utils Take care of resource leakage on tests 2017-04-04 18:58:20 +01:00
wheel Merge branch '2016.11' into 'nitrogen' 2017-05-04 11:49:33 -06:00
__init__.py Comment out/remove proxy pieces from integration tests file 2017-05-24 09:51:00 -06:00