ansible/test/units/modules/cloud/docker
Felix Fontein 17ef253ad1
docker_network: fix multiple subnet (of same IP version) idempotence (#65839)
* Fix multiple subnet (of same IP version) idempotence for docker_network.

* Add changelog.

* Unit tests no longer make sense, since the part of the code they test has been removed.

* Re-add CIDR validation. Move it to better position (module setup instead of idempotence check).

* Update changelog.

* Only run new tests on VM test images.

* Actually do what is documented. Especially since an empty object is a valid value for aux_addresses.
2019-12-29 23:16:17 +01:00
..
__init__.py
test_docker_container.py docker: fix sanity errors (#60047) 2019-08-09 23:50:11 +02:00
test_docker_network.py docker_network: fix multiple subnet (of same IP version) idempotence (#65839) 2019-12-29 23:16:17 +01:00
test_docker_swarm_service.py docker_swarm_service: Sort lists when checking for changes (#63887) 2019-11-23 20:31:35 +01:00
test_docker_volume.py docker: fix sanity errors (#60047) 2019-08-09 23:50:11 +02:00