summaryrefslogtreecommitdiff
path: root/tests/integration/api_network_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/main' into connect-with-macMilas Bowman2022-08-121-1/+22
|\
| * use python3.6+ constructsAnthony Sottile2021-07-051-1/+1
| | | | | | | | Signed-off-by: Anthony Sottile <asottile@umich.edu>
| * Add support for DriverOpts in EndpointConfigMike Haboustak2020-04-301-0/+21
| | | | | | | | | | | | | | Docker API 1.32 added support for providing options to a network driver via EndpointConfig when connecting a container to a network. Signed-off-by: Mike Haboustak <haboustak@gmail.com>
* | Fix mac_address connect usage in network functions && addind appropriate testYuval Goldberg2019-12-191-0/+16
|/ | | | Signed-off-by: Yuval Goldberg <yuvigoldi@hotmail.com>
* Update alpine version to 3.10, and rename BUSYBOX variableSebastiaan van Stijn2019-08-101-9/+9
| | | | Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Update tests to properly dispose of client instances in tearDownJoffrey F2018-11-011-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-311-9/+0
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Use pytest assertspytest-assertsJoffrey F2018-01-301-54/+44
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix URL-quoting for resource names containing spaces1758-url-quote-pathJoffrey F2017-12-131-0/+7
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add support for scope filter in inspect_networkJoffrey F2017-11-071-0/+19
| | | | | | Fix missing scope implementation in create_network Signed-off-by: Joffrey F <joffrey@docker.com>
* Use unambiguous advertise-addr when initializing a swarmJoffrey F2017-11-071-2/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add support for ingress in create_networkcreate-ingress-networkJoffrey F2017-05-171-0/+8
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #1425 from shin-/prunesJoffrey F2017-02-031-9/+15
|\ | | | | Prunes
| * Add prune_networks methodJoffrey F2017-01-301-9/+15
| | | | | | | | | | | | Ensure all integration tests use the same version of the busybox image Signed-off-by: Joffrey F <joffrey@docker.com>
* | Improve robustness of remove_network integration testJoffrey F2017-01-301-4/+2
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update code and tests for Engine 1.13 compatibilitydnephin-add-attachableJoffrey F2016-12-071-4/+12
| | | | | | Makefile now runs tests against Docker 1.13 RC Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix typo in create_networkJoffrey F2016-12-061-0/+11
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Move config type creation from docker.utils functions to classes inconfig_typesJoffrey F2016-12-011-12/+11
| | | | | | docker.types Signed-off-by: Joffrey F <joffrey@docker.com>
* Add random_name test helperBen Firshman2016-11-221-7/+3
| | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Split out base integration test for APIClientBen Firshman2016-11-221-2/+2
| | | | | | So the cleanup stuff can be reused for model tests. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Rename Client to APIClientBen Firshman2016-11-221-0/+441
Signed-off-by: Ben Firshman <ben@firshman.co.uk>