docker-py/tests/unit
Maxime Belanger 7fa2cb7be3 Add join_swarm default listen address
Since the docker CLI adds a default listen address (0.0.0.0:2377)
when joining a node to the swarm, the docker-py api will support
the same behavior to easy configuration.

Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com>
2017-08-29 08:38:16 -04:00
..
testdata/certs Reorganize test directories 2015-10-21 16:02:09 -07:00
__init__.py Reorganize test directories 2015-10-21 16:02:09 -07:00
api_build_test.py Remove MAINTAINER from Dockerfiles 2016-11-24 13:32:20 +00:00
api_container_test.py Raising error in case of invalid value of since kwarg on Container.logs 2017-06-16 18:30:24 +03:00
api_exec_test.py Rename DockerClientTest to BaseAPIClientTest 2016-11-22 17:03:04 +00:00
api_image_test.py Return generator for output of load_image endpoint 2017-08-15 14:58:29 -07:00
api_network_test.py Fix #1673 check resource error in container network API 2017-07-14 09:31:16 -07:00
api_test.py Fix handling of non-multiplexed (TTY) streams over upgraded sockets 2017-08-17 12:02:59 -07:00
api_volume_test.py Scope is added in volume after docker 1.12 2016-12-08 10:31:44 +08:00
auth_test.py Support credHelpers section in config.json 2017-06-22 11:51:31 -07:00
client_test.py Ensure default timeout is used by API Client 2017-06-08 14:39:17 +01:00
dockertypes_test.py Add ContainerSpec mounts test 2017-05-08 14:13:59 -07:00
errors_test.py client.containers.run returns None if none of json-file or journald logging drivers used 2017-08-07 12:02:02 -07:00
fake_api.py Add join_swarm default listen address 2017-08-29 08:38:16 -04:00
fake_api_client.py Rename Client -> DockerClient 2016-11-28 15:28:04 -08:00
fake_stat.py Reorganize test directories 2015-10-21 16:02:09 -07:00
models_containers_test.py Allow detach and remove for api version >= 1.25 and use auto_remove when both are set. Continue raising an exception for api versions <1.25. 2017-08-15 17:38:34 -07:00
models_images_test.py Include tag in images.get after pulling if provided separately 2017-05-09 12:24:40 -07:00
models_networks_test.py Add new user-focused API 2016-11-22 17:05:43 +00:00
models_resources_test.py Make resources hashable, so that they can be added to `set`s 2016-12-08 12:19:30 -06:00
models_services_test.py Add ability to set 'Hostname' on a Service. 2017-02-19 06:18:26 +01:00
ssladapter_test.py Move ssladapter to transport module 2016-12-01 18:04:40 -08:00
swarm_test.py Add join_swarm default listen address 2017-08-29 08:38:16 -04:00
utils_json_stream_test.py Add new user-focused API 2016-11-22 17:05:43 +00:00
utils_test.py Commit d798afca made changes for the handling of '**' patterns in 2017-08-21 12:01:50 -07:00