ansible/test
Felix Fontein 1d01543e34 docker_container: fix various idempotency problems and non-working options (#45905)
* Sorting args.

* Doing comparisons of options with container parameters in a more context-sensitive way.

This prevents unnecessary restarts, or missing restarts (f.ex. if parameters are removed from ``cmd``).

* Make blkio_weight work.

* Fix cap_drop idempotency problem.

* Making groups idempotent if it contains integers.

* Make cpuset_mems work.

* Make dns_opts work.

* Fixing log_opts: docker expects string values, returns error for integer.

* Adding tests from felixfontein/ansible-docker_container-test#2.

* Make uts work.

* Adding changelog entry.

* Forgot option security_opts.

* Fixing typo.

* Explain strict set(dict) comparison a bit more.

* Improving idempotency tests.

* Making dns_servers a list, since the ordering is relevant.

* Making dns_search_domains a list, since the ordering is relevant.

* Improving dns_search_domains/dns_servers.

* Fixing entrypoint test.

* Making sure options are only supported for correct docker-py versions.
2018-10-09 18:20:13 -07:00
..
cache
integration docker_container: fix various idempotency problems and non-working options (#45905) 2018-10-09 18:20:13 -07:00
legacy vultr: fix for unreliable API behavior (#45712) 2018-10-09 10:51:21 -07:00
results
runner add skip/docker alias to skip tests when running on Docker (#45955) 2018-09-27 12:50:06 -07:00
sanity ps-lint: ignore rules that are not relevant to Ansible (#46376) 2018-10-09 13:40:36 -07:00
units [stable-2.7] Support nested JSON decoding in AnsibleJSONDecoder (#45924) 2018-10-09 10:55:16 -07:00
utils Flush output from timing script. 2018-08-31 07:58:12 -07:00