You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/docker_container/tasks/tests
Felix Fontein 62c0cae29a
docker_container: fix idempotency for network IP addresses (#62928)
* Specifying IP addresses needs API version 1.22 or newer.

* Simplify code.

* Use IPAMConfig.IPv*Address instead of IPAddress and GlobalIPv6Address.

* Add changelog.

* Fix syntax errors.

* Add integration test.

* Don't rely on netaddr.

* Normalize IPv6 addresses before comparison.

* Install netaddr, and use it.
5 years ago
..
comparisons.yml Fix assignments in docker tests. (#57249) 6 years ago
image-ids.yml Fix assignments in docker tests. (#57249) 6 years ago
mounts-volumes.yml docker_container: add mount endpoint collision detection (#60384) 5 years ago
network.yml docker_container: fix idempotency for network IP addresses (#62928) 5 years ago
options.yml [docker_container] Adding support for `mounts` option (#49808) 5 years ago
ports.yml Only use ports in the range 9001-9060. 6 years ago
regression-45700-dont-parse-on-absent.yml Fix assignments in docker tests. (#57249) 6 years ago
start-stop.yml Fix assignments in docker tests. (#57249) 6 years ago