summaryrefslogtreecommitdiff
path: root/tests/integration/api_network_test.py
Commit message (Expand)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
| * Add support for DriverOpts in EndpointConfigMike Haboustak2020-04-301-0/+21
* | Fix mac_address connect usage in network functions && addind appropriate testYuval Goldberg2019-12-191-0/+16
|/
* Update alpine version to 3.10, and rename BUSYBOX variableSebastiaan van Stijn2019-08-101-9/+9
* Update tests to properly dispose of client instances in tearDownJoffrey F2018-11-011-1/+1
* Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-311-9/+0
* Use pytest assertspytest-assertsJoffrey F2018-01-301-54/+44
* Fix URL-quoting for resource names containing spaces1758-url-quote-pathJoffrey F2017-12-131-0/+7
* Add support for scope filter in inspect_networkJoffrey F2017-11-071-0/+19
* Use unambiguous advertise-addr when initializing a swarmJoffrey F2017-11-071-2/+2
* Add support for ingress in create_networkcreate-ingress-networkJoffrey F2017-05-171-0/+8
* Merge pull request #1425 from shin-/prunesJoffrey F2017-02-031-9/+15
|\
| * Add prune_networks methodJoffrey F2017-01-301-9/+15
* | Improve robustness of remove_network integration testJoffrey F2017-01-301-4/+2
|/
* Update code and tests for Engine 1.13 compatibilitydnephin-add-attachableJoffrey F2016-12-071-4/+12
* Fix typo in create_networkJoffrey F2016-12-061-0/+11
* Move config type creation from docker.utils functions to classes inconfig_typesJoffrey F2016-12-011-12/+11
* Add random_name test helperBen Firshman2016-11-221-7/+3
* Split out base integration test for APIClientBen Firshman2016-11-221-2/+2
* Rename Client to APIClientBen Firshman2016-11-221-0/+441