salt/tests/integration
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
..
cli Merge branch '2016.3' into 'develop' 2016-08-12 16:21:58 -06:00
client Clean up open filehandles (#35359) 2016-08-11 10:45:24 -06:00
cloud Remove iteritems() references from integration tests 2016-07-19 10:15:23 -06:00
files add keystone state integration tests 2016-09-09 17:14:44 -05:00
fileserver Make sha256 the default hash_type 2016-08-15 10:02:19 +02:00
grains add windows core grain test 2016-09-07 21:22:24 -06:00
loader Make integration.loader.loader tests PY3-compatible 2016-08-03 17:21:31 -05:00
minion Set timeout for run_salt in test suite 2016-07-22 16:14:25 -06:00
mockbin
modules Merge pull request #36176 from twangboy/mac_service_tests 2016-09-13 16:31:46 +09:00
netapi Just check for keys, not compare all keys for wheel netapi test 2016-08-21 22:17:27 +09:00
output Use a path that non-root users can write to for output file 2016-08-02 17:25:22 -05:00
reactor Event assert (#33262) 2016-05-19 13:41:23 -06:00
renderers Add __init__ and pydsl test 2015-11-25 10:50:30 -07:00
returners Fix cache test on develop 2016-08-21 13:35:27 +09:00
runners Fix for new integration test for fileserver.clear_file_list_cache 2016-09-13 15:55:51 -05:00
sdb Add SDB module for environment variables 2016-05-25 17:18:35 -04:00
shell Add test 35015 (#35945) 2016-09-09 12:58:50 -06:00
ssh Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
states fix archive test to only run on redhat 2016-09-12 15:43:06 -06:00
utils Various fixes for MacOS X (#36085) 2016-09-06 16:30:08 -06:00
wheel Add final args to disable event printing for wheel 2016-08-22 14:51:47 +09:00
__init__.py Back-port #36067 to carbon (#36159) 2016-09-08 13:03:12 -06:00
fileclient_test.py Pylint fix 2016-02-29 11:12:55 -07:00