summaryrefslogtreecommitdiff
path: root/tests/integration/api_swarm_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1798 from docker/unlock_swarm_supportJoffrey F2017-11-201-0/+11
|\ | | | | Unlock swarm support
| * Add unlock methods to Swarm modelunlock_swarm_supportJoffrey F2017-11-071-5/+6
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Add unlock_swarm and get_unlock_key to APIClientJoffrey F2017-11-071-0/+10
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Update SwarmSpec to include new parametersJoffrey F2017-11-031-0/+38
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Remove test_update_swarm_nameSebastiaan van Stijn2017-11-141-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | Docker currently only supports the "default" cluster in Swarm-mode, and an upcoming SwarmKit release will produce an error if the name of the cluster is updated, causing the test to fail. Given that renaming the cluster is not supported, this patch removes the test Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* | Update SwarmSpec to include new parametersJoffrey F2017-11-071-0/+38
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* update swarm remove test status code from 500 to >= 400allencloud2017-05-181-1/+1
| | | | Signed-off-by: allencloud <allen.sun@daocloud.io>
* update docker-py test status code from 500 to 400allencloud2017-05-131-1/+1
| | | | Signed-off-by: allencloud <allen.sun@daocloud.io>
* Add support for force_update in TaskTemplateJoffrey F2017-01-271-3/+3
| | | | | | Add min version checks in create_service and update_service Signed-off-by: Joffrey F <joffrey@docker.com>
* Prevent Swarm address conflictsjenkinsfileJoffrey F2016-12-081-15/+13
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Implement swarm node removalremove_nodeJoffrey F2016-12-071-0/+17
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* 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/+161
Signed-off-by: Ben Firshman <ben@firshman.co.uk>