salt/tests/unit
Erik Johnson 5ad476936d Overhaul Docker support
This does the following:

- Splits states for container/volume/image/network management into four
  separate state modules.

- Preserves backward compatibility by making ``docker.image_present``
  invoke ``docker_image.present``, etc.

- Changes how Salt detects that a container needs to be replaced.
  Instead of comparing each passed argument to the named container's
  configuration, it creates a temporary container, and compares that
  container to the named container. If the two differ, then the older
  container is removed, and the new one is renamed and started, becoming
  the named container.

- Removes the unit tests for container management and replaces them with
  integration tests.

- Adds unit tests for the new salt.utils.docker
2017-03-21 16:53:19 -05:00
..
acl Move whatever we need from salttesting to salt. 2017-02-28 22:52:49 +00:00
beacons Merge pull request #39841 from rafaelcaricio/telegram-beacon 2017-03-14 13:30:37 -06:00
cache Checking instance exists in master._get_cached_minion_data when cache.fetch returns None 2017-03-06 09:09:03 -07:00
cli Move whatever we need from salttesting to salt. 2017-02-28 22:52:49 +00:00
cloud Use salt.utils.versions instead of distutils.version 2017-03-08 19:22:33 +00:00
config Merge branch '2016.11' into 'develop' 2017-03-21 10:19:52 -06:00
engines Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
fileserver Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
grains Remove unused import in test_core.py 2017-03-14 10:28:42 -06:00
modules Overhaul Docker support 2017-03-21 16:53:19 -05:00
netapi One more attribute to clean up 2017-03-08 18:34:35 +00:00
output Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
pillar Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
renderers Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
returners Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
runners Vault: Always lowercase policies 2017-03-03 09:05:27 +01:00
serializers Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
ssh Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
states Overhaul Docker support 2017-03-21 16:53:19 -05:00
templates Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
transport Use linux_distribution from distro if not in platform 2017-03-14 10:09:47 -05:00
utils Overhaul Docker support 2017-03-21 16:53:19 -05:00
__init__.py Use tests.support.mock 2017-03-06 14:35:13 +00:00
test_auth.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_client.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_conf.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_context.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_crypt.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_daemons.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_doc.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_files.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_log.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_map_conf.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_minion.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_payload.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_pillar.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_pydsl.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_pyobjects.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_simple.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_spm.py Create master cache dir 2017-03-01 16:09:13 -07:00
test_state.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_stateconf.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_statemod.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_target.py Move whatever we need from salttesting to salt. 2017-02-28 22:52:49 +00:00
test_template.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_test_module_names.py Minor fixes 2017-03-03 15:19:24 +00:00
test_version.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00