salt/tests/integration
Thayne Harbaugh c79fe3d83a Programs may require multiple config files.
* Change the .config attribute to .config_base and .configs as a dictionary of configs
* A config has multiple parts

  :name: the key in the .configs dictionary
  :path: the path where the config is written (when absent defaults to .config_dir and config name)
  :map:  the contents of the config (for salt programs this is a dictionary)

* Values can be substituted into the config contents using standard python string formatting labels
* Add a .config_attrs which maps object attributes into config space
* Directories for make_dirtree() can reference object attributes using leading '&'
2016-06-28 15:10:07 -06:00
..
cli Update batch integration tests to not be flaky in Python3 2016-07-22 14:19:15 -06:00
client Add a test to check for disconnected minion messaging 2016-06-16 14:07:05 -06:00
cloud Remove iteritems() references from integration tests 2016-07-19 10:15:23 -06:00
files Merge branch 'develop' into int_tests_interfaces 2016-07-21 12:26:21 -06:00
fileserver Add __role to master opts for gitfs integration tests 2016-02-02 21:58:50 -06:00
loader Remove iteritems() references from integration tests 2016-07-19 10:15:23 -06:00
minion Set timeout for run_salt in test suite 2016-07-22 16:14:25 -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 #34937 from twangboy/int_tests_cp 2016-07-27 08:53:45 -06:00
netapi Merge branch '2016.3' into 'develop' 2016-07-19 10:31:07 -06:00
output Merge pull request #34025 from rallytime/merge-2016.3 2016-06-15 15:41:00 -04: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
runners Add runner for execution modules (#33949) 2016-06-13 11:49:26 -04:00
sdb Add SDB module for environment variables 2016-05-25 17:18:35 -04:00
shell Programs may require multiple config files. 2016-06-28 15:10:07 -06:00
ssh Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
states Fix rabbitmq_user state test to check for correct string (#35007) 2016-07-28 08:37:37 -06:00
utils Programs may require multiple config files. 2016-06-28 15:10:07 -06:00
wheel Merge branch '2016.3' into 'develop' 2016-07-26 11:05:24 -06:00
__init__.py Revert "Decode byte strings when running tests in Python 3" 2016-07-27 13:00:01 -06:00
fileclient_test.py Pylint fix 2016-02-29 11:12:55 -07:00