summaryrefslogtreecommitdiff
path: root/tests/unit/network_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Support links when creating containers or connecting to networksAanand Prasad2016-01-201-0/+2
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Normalise/fix networking API JSON keysAanand Prasad2016-01-181-11/+11
| | | | | | | - Use CamelCase - `auxaddresses` -> `AuxiliaryAddresses` Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Implement support for network-scoped aliasesAanand Prasad2016-01-141-2/+10
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* allow custom ipam options when creating networksRyan Belgrave2016-01-041-0/+24
| | | | Signed-off-by: Ryan Belgrave <rmb1993@gmail.com>
* Allow providing options when creating networksSumit Sahrawat2015-12-101-2/+6
| | | | | | | | | | | | | | Following the spec: http://docs.docker.com/engine/reference/api/docker_remote_api_v1.21/#create-a-network I have added an Options argument to create_network. This opens up the possibility of creating isolated containers with no internet access programmatically. We require such facilities in https://github.com/jupyter/tmpnb/issues/187. Signed-off-by: Sumit Sahrawat <sumit.sahrawat.apm13@iitbhu.ac.in>
* Reorganize test directoriesreorganize_testsJoffrey F2015-10-211-0/+149
More clearly separate unit and integration tests Allow splitting into multiple files Cleaner Signed-off-by: Joffrey F <joffrey@docker.com>