mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
fd28ca058f
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. |
||
---|---|---|
.. | ||
__init__.py | ||
fileserver.py | ||
jobs.py | ||
manage.py | ||
runner_returns.py | ||
salt.py | ||
state.py | ||
winrepo.py |