salt/tests/integration/files
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
..
conf Set the ssh_log_file relative 2017-03-02 19:56:06 +00:00
engines Catch and handle tornado.iostream.StreamClosedError exceptions 2017-03-09 19:29:16 +00:00
ext-conf Move sshd_config file to another directory to avoid problems. 2014-05-12 19:06:09 +01:00
extension_modules Add from __future__ import absolute_import 2015-01-30 22:25:04 +00:00
file Overhaul Docker support 2017-03-21 16:53:19 -05:00
file.replace Fix tests for #18841. 2014-12-18 01:51:26 +01:00
log_handlers We need to use a multiprocessing Queue 2016-05-23 13:57:22 +01:00
over Remove trailing white spaces in tests files 2016-03-01 17:40:02 +02:00
pillar/base add integration tests for minion blackout 2016-02-19 18:04:31 -07:00
ssh Make sure that ssh keys don't get added with incorrect encoding types. 2013-10-15 11:48:28 -06:00
ext.yaml Add backend for initial ext_pillar tests 2012-04-08 21:31:08 -06:00
hosts Split out integration tests from pure unit tests. 2012-02-20 13:18:13 +01:00
mysql_returner_archiver_data.sql WIP MySQL returner archiver 2016-08-16 10:33:26 -06:00
reactor-sync-minion.sls Rewrite the tests_valid_docs test 2017-02-26 12:21:00 -06:00