ansible/test
Felix Fontein 7caf70db42 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-09-24 10:40:05 +01:00
..
cache
integration docker_container: fix various idempotency problems and non-working options (#45905) 2018-09-24 10:40:05 +01:00
legacy Add an option to enable public ip at server creation (#44826) 2018-09-20 12:13:26 -04:00
results
runner Fix ansible-test docker python version handling. 2018-09-21 20:11:38 -07:00
sanity cs_loadbalancer_rule_member: fix error handling (#46012) 2018-09-22 13:40:40 +02:00
units Unify terms and UI between 1Password lookups and facts module (#45427) 2018-09-21 14:26:05 -04:00
utils Bug fixes and cleanup for ansible-test. (#45991) 2018-09-21 11:38:22 -07:00