1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/docker_container
Remo Wenger 83e584577a docker_container: ambiguous parameter "stop_timeout" (#43874)
* docker_container: Honour stop_timeout when creating docker containers (#43814)

* Adjusting description to what actually happens.

See docker-py changelog for 2.7.0: 'APIClient.stop will
no longer override the stop_timeout value present in the
container’s configuration.'

* Add a test whether stop_timeout can be configured for the container.

* Added changelog.

* Integrate with comparisons (by default, ignore stop_timeout value for restarts; will be configurable with PR ansible/ansible#44789).

* Fix config change code and tests (#2)

* Improving wildcard test.
* Using correct config.
2018-09-30 12:03:53 +01:00
..
files docker_container: fix various idempotency problems and non-working options (#45905) 2018-09-24 10:40:05 +01:00
meta integration tests for docker_container (#45747) 2018-09-19 21:01:23 +10:00
tasks docker_container: ambiguous parameter "stop_timeout" (#43874) 2018-09-30 12:03:53 +01:00
aliases integration tests for docker_container (#45747) 2018-09-19 21:01:23 +10:00