salt/tests/integration
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
..
cli Sort list of minions in batch to make tests consistent 2017-03-16 12:00:38 -05:00
client Pylint fix 2017-03-08 16:24:03 -07:00
cloud Use salt.utils.versions instead of distutils.version 2017-03-08 19:22:33 +00:00
files Overhaul Docker support 2017-03-21 16:53:19 -05:00
fileserver Merge pull request #39746 from terminalmage/pathutils 2017-03-14 11:00:34 -06:00
grains Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
loader Cleanup after ourselves 2017-03-08 18:34:32 +00:00
minion Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
mockbin Add "mockbin" directory and a fake "su" wrapper for tests 2012-07-26 22:14:00 +06:00
modules Merge pull request #40129 from terminalmage/py3-tests 2017-03-17 17:49:26 -06:00
netapi Add flaky decorator to flaky rest_tornado test 2017-03-14 16:30:54 -06:00
output Redundant 2017-03-01 01:33:08 +00:00
reactor Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
renderers Merge branch 'develop' into win_fix_renderers_tests 2017-03-02 10:29:36 -07:00
returners Merge pull request #39696 from twangboy/win_fix_returners_tests 2017-03-01 10:24:59 -07:00
runners Changes to imports to comport with test suite changes in develop 2017-03-10 11:05:02 -06:00
sdb Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
shell 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
utils Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
wheel Cleanup after ourselves 2017-03-08 18:34:32 +00:00
__init__.py This no longer applies. 2017-03-08 18:34:31 +00:00