docker-py/tests/integration
Marco Trillo 098318ad95 Add support for `uts_mode` parameter in `Client.create_host_config`.
This parameter allows to set the UTS namespace of the container, as in
the `--uts=X` Docker CLI parameter:
<https://docs.docker.com/engine/reference/run/#uts-settings---uts>
The only allowed value, if set, is "host".

Signed-off-by: Marco Trillo <martri@arantia.com>
Signed-off-by: Diego Alvarez <dyako.developer@gmail.com>
2018-06-29 14:54:49 +02:00
..
testdata/dummy-plugin Add create_plugin implementation 2017-02-09 17:58:05 -08:00
__init__.py Remove unused files 2015-11-12 11:21:37 -08:00
api_build_test.py Avoid unwanted modification of dockerfile path 2018-05-25 10:11:02 -07:00
api_client_test.py Fix support for legacy .dockercfg auth config format 2018-06-27 17:04:32 -07:00
api_config_test.py More ContainerSpec tests 2017-11-07 15:18:26 -08:00
api_container_test.py Add support for `uts_mode` parameter in `Client.create_host_config`. 2018-06-29 14:54:49 +02:00
api_exec_test.py Update detach tests to work with AF_INET as well 2018-01-30 17:16:23 -08:00
api_healthcheck_test.py Use pytest asserts 2018-01-30 14:26:24 -08:00
api_image_test.py Add methods for /distribution/<name>/json endpoint 2018-03-29 15:45:06 -07:00
api_network_test.py Refuse API version < 1.21 ; Remove associated code paths 2018-01-31 14:42:01 -08:00
api_plugin_test.py Fix create_plugin on Windows 2018-05-25 10:11:02 -07:00
api_secret_test.py More ContainerSpec tests 2017-11-07 15:18:26 -08:00
api_service_test.py GenericResources was introduced in 1.32 2018-02-20 17:11:27 -08:00
api_swarm_test.py Merge pull request #1798 from docker/unlock_swarm_support 2017-11-20 16:58:17 -08:00
api_volume_test.py Refuse API version < 1.21 ; Remove associated code paths 2018-01-31 14:42:01 -08:00
base.py Cleanup containers during the tests 2018-02-23 15:22:42 +00:00
client_test.py Allow cancelling the streams from other threads 2018-03-20 09:25:29 +01:00
conftest.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
errors_test.py Use pytest asserts 2018-01-30 14:26:24 -08:00
models_containers_test.py Fix several integration tests on Windows 2018-05-25 10:11:02 -07:00
models_images_test.py Fix DockerClient pull bug when pulling image by digest 2018-02-20 14:51:49 -08:00
models_networks_test.py Fixing integration tests 2017-11-19 21:03:07 +00:00
models_nodes_test.py Use unambiguous advertise-addr when initializing a swarm 2017-11-07 15:18:26 -08:00
models_resources_test.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
models_services_test.py Shorthand method for service.force_update() 2018-02-21 19:55:17 +00:00
models_swarm_test.py Use pytest asserts 2018-01-30 14:26:24 -08:00
models_volumes_test.py Allow configuring API version for integration test with env var 2017-01-25 16:52:26 -08:00
regression_test.py Use pytest asserts 2018-01-30 14:26:24 -08:00