summaryrefslogtreecommitdiff
path: root/tests/integration/models_swarm_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Add test for join on already joined swarmHannes Ljungberg2019-05-011-0/+12
| | | | Signed-off-by: Hannes Ljungberg <hannes@5monkeys.se>
* Use pytest assertspytest-assertsJoffrey F2018-01-301-5/+4
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Adding swarm id_attribute to match docker outputSteve Clark2017-11-071-0/+1
| | | | | Swarm id is returned in a attribute with the key ID. The swarm model was using the default behaviour and looking for Id. Signed-off-by: Steve Clark <steve@cobe.io>
* Use unambiguous advertise-addr when initializing a swarmJoffrey F2017-11-071-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Allow configuring API version for integration test with env varconfig_test_api_versionJoffrey F2017-01-251-3/+4
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix Swarm model init to correctly pass arguments through to init_swarm1359-swarm-initJoffrey F2017-01-251-1/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Prevent Swarm address conflictsjenkinsfileJoffrey F2016-12-081-1/+5
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update code and tests for Engine 1.13 compatibilitydnephin-add-attachableJoffrey F2016-12-071-1/+6
| | | | | | Makefile now runs tests against Docker 1.13 RC Signed-off-by: Joffrey F <joffrey@docker.com>
* Add new user-focused APIBen Firshman2016-11-221-0/+22
See #1086 Signed-off-by: Ben Firshman <ben@firshman.co.uk>