salt/tests/integration/runners
Erik Johnson fd28ca058f Fix for new integration test for fileserver.clear_file_list_cache
The test suite actually has a ``prod`` env, but this test only considers
the ``base`` env. If a test is run which requests a file (or just the
file/dir/symlink/... list) from the ``prod`` env, then this will result
in the ``prod`` env's file list caches being present, and they will be
removed when the ``fileserver.clear_file_list_cache`` runner is
executed, showing up in the return data and causing the test to fail.

This tweak to the test ensures that we will always have a file list
cache for ``prod`` present, and adjusts the necessary asserts in the
test to expect the ``prod`` env in the return data from the runner.
2016-09-13 15:55:51 -05:00
..
__init__.py Include the python encoding file header on tests. 2013-11-27 11:19:24 +00:00
fileserver.py Fix for new integration test for fileserver.clear_file_list_cache 2016-09-13 15:55:51 -05:00
jobs.py Fix incorrect key for return data 2016-09-03 14:59:04 -05:00
manage.py Update usage of run_run_plus to remove unused "options" argument 2016-09-03 14:59:04 -05:00
runner_returns.py Update usage of run_run_plus to remove unused "options" argument 2016-09-03 14:59:04 -05:00
salt.py Update usage of run_run_plus to remove unused "options" argument 2016-09-03 14:59:04 -05:00
state.py fix pylint 2016-09-07 10:05:44 -06:00
winrepo.py Allow to blacklist/whitelist renderers. (#33358) 2016-05-20 10:41:51 -07:00