docker-py/tests
Albin Kerouanton 378325363e
integration: Fix bad subnet declaration (#3169)
Some network integration tests are creating networks with subnet
`2001:389::1/64`. This is an invalid subnet as the host fragment is
non-zero (ie. it should be `2001:389::/64`).

PR moby/moby#45759 is adding strict validation of network configuration.
Docker API will now return an error whenever a bad subnet is passed.

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
2023-08-21 09:30:21 -04:00
..
gpg-keys Make dockerpycreds part of the SDK under docker.credentials 2019-04-30 23:37:55 -07:00
integration integration: Fix bad subnet declaration (#3169) 2023-08-21 09:30:21 -04:00
ssh Enable Ruff B rules and autofix 2023-08-15 13:36:53 +03:00
unit Fix duplicate dict key literal (ruff F601) 2023-08-15 13:36:53 +03:00
Dockerfile test: remove APT_MIRROR from Dockerfile (#3145) 2023-08-14 15:12:44 -04:00
Dockerfile-dind-certs ci: use latest stable syntax for Dockerfiles (#3035) 2022-08-19 15:09:12 -04:00
Dockerfile-ssh-dind ci: use latest stable syntax for Dockerfiles (#3035) 2022-08-19 15:09:12 -04:00
__init__.py Create tests module for setuptools test support 2013-07-13 01:07:04 -05:00
helpers.py Merge branch 'jannefleischer/main' 2023-08-15 14:04:29 -04:00